You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MediaConnect::Types::UpdateFlowEntitlementResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::MediaConnect::Types::UpdateFlowEntitlementResponse
 
- Defined in:
- (unknown)
Overview
The result of a successful UpdateFlowEntitlement request. The response includes the ARN of the flow that was updated and the updated entitlement configuration.
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #entitlement  ⇒ Types::Entitlement 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The new configuration of the entitlement that you updated. 
- 
  
    
      #flow_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ARN of the flow that this entitlement was granted on. 
Instance Attribute Details
#entitlement ⇒ Types::Entitlement
The new configuration of the entitlement that you updated.
#flow_arn ⇒ String
The ARN of the flow that this entitlement was granted on.