Class: Aws::MediaConnect::Types::GrantFlowEntitlementsResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaConnect::Types::GrantFlowEntitlementsResponse
 
 
- Defined in:
 - gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #entitlements  ⇒ Array<Types::Entitlement> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The entitlements that were just granted.
 - 
  
    
      #flow_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the flow that these entitlements were granted to.
 
Instance Attribute Details
#entitlements ⇒ Array<Types::Entitlement>
The entitlements that were just granted.
      2301 2302 2303 2304 2305 2306  | 
    
      # File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2301 class GrantFlowEntitlementsResponse < Struct.new( :entitlements, :flow_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#flow_arn ⇒ String
The ARN of the flow that these entitlements were granted to.
      2301 2302 2303 2304 2305 2306  | 
    
      # File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2301 class GrantFlowEntitlementsResponse < Struct.new( :entitlements, :flow_arn) SENSITIVE = [] include Aws::Structure end  |