Class: Aws::MediaConnect::Types::UpdateFlowEntitlementResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::UpdateFlowEntitlementResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
The result of a successful UpdateFlowEntitlement request. The response includes the ARN of the flow that was updated and the updated entitlement configuration.
Constant Summary collapse
- SENSITIVE =
[]
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.
4735 4736 4737 4738 4739 4740 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4735 class UpdateFlowEntitlementResponse < Struct.new( :entitlement, :flow_arn) SENSITIVE = [] include Aws::Structure end |
#flow_arn ⇒ String
The ARN of the flow that this entitlement was granted on.
4735 4736 4737 4738 4739 4740 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4735 class UpdateFlowEntitlementResponse < Struct.new( :entitlement, :flow_arn) SENSITIVE = [] include Aws::Structure end |