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
The entitlements that were just granted.
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.
1713 1714 1715 1716 1717 1718 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1713 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.
1713 1714 1715 1716 1717 1718 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1713 class GrantFlowEntitlementsResponse < Struct.new( :entitlements, :flow_arn) SENSITIVE = [] include Aws::Structure end |