Class: Aws::MediaConnect::Types::Entitlement
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaConnect::Types::Entitlement
 
 
- Defined in:
 - gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb
 
Overview
The settings for a flow entitlement.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #data_transfer_subscriber_fee_percent  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Percentage from 0-100 of the data transfer cost to be billed to the subscriber.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A description of the entitlement.
 - 
  
    
      #encryption  ⇒ Types::Encryption 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of encryption that will be used on the output that is associated with this entitlement.
 - 
  
    
      #entitlement_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the entitlement.
 - 
  
    
      #entitlement_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An indication of whether the entitlement is enabled.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the entitlement.
 - 
  
    
      #subscribers  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Web Services account IDs that you want to share your content with.
 
Instance Attribute Details
#data_transfer_subscriber_fee_percent ⇒ Integer
Percentage from 0-100 of the data transfer cost to be billed to the subscriber.
      1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777  | 
    
      # File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1767 class Entitlement < Struct.new( :data_transfer_subscriber_fee_percent, :description, :encryption, :entitlement_arn, :entitlement_status, :name, :subscribers) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
A description of the entitlement.
      1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777  | 
    
      # File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1767 class Entitlement < Struct.new( :data_transfer_subscriber_fee_percent, :description, :encryption, :entitlement_arn, :entitlement_status, :name, :subscribers) SENSITIVE = [] include Aws::Structure end  | 
  
#encryption ⇒ Types::Encryption
The type of encryption that will be used on the output that is associated with this entitlement.
      1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777  | 
    
      # File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1767 class Entitlement < Struct.new( :data_transfer_subscriber_fee_percent, :description, :encryption, :entitlement_arn, :entitlement_status, :name, :subscribers) SENSITIVE = [] include Aws::Structure end  | 
  
#entitlement_arn ⇒ String
The ARN of the entitlement.
      1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777  | 
    
      # File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1767 class Entitlement < Struct.new( :data_transfer_subscriber_fee_percent, :description, :encryption, :entitlement_arn, :entitlement_status, :name, :subscribers) SENSITIVE = [] include Aws::Structure end  | 
  
#entitlement_status ⇒ String
An indication of whether the entitlement is enabled.
      1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777  | 
    
      # File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1767 class Entitlement < Struct.new( :data_transfer_subscriber_fee_percent, :description, :encryption, :entitlement_arn, :entitlement_status, :name, :subscribers) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the entitlement.
      1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777  | 
    
      # File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1767 class Entitlement < Struct.new( :data_transfer_subscriber_fee_percent, :description, :encryption, :entitlement_arn, :entitlement_status, :name, :subscribers) SENSITIVE = [] include Aws::Structure end  | 
  
#subscribers ⇒ Array<String>
The Amazon Web Services account IDs that you want to share your content with. The receiving accounts (subscribers) will be allowed to create their own flow using your content as the source.
      1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777  | 
    
      # File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1767 class Entitlement < Struct.new( :data_transfer_subscriber_fee_percent, :description, :encryption, :entitlement_arn, :entitlement_status, :name, :subscribers) SENSITIVE = [] include Aws::Structure end  |