Class: Aws::MediaConnect::Types::UpdateFlowEntitlementResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::UpdateFlowEntitlementResponse
- Defined in:
- gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb
Overview
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.
8762 8763 8764 8765 8766 8767 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 8762 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.
8762 8763 8764 8765 8766 8767 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 8762 class UpdateFlowEntitlementResponse < Struct.new( :entitlement, :flow_arn) SENSITIVE = [] include Aws::Structure end |