Class: Aws::MediaConnect::Types::GrantFlowEntitlementsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::GrantFlowEntitlementsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
The result of a successful GrantFlowEntitlements request.
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.
2175 2176 2177 2178 2179 2180 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2175 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.
2175 2176 2177 2178 2179 2180 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2175 class GrantFlowEntitlementsResponse < Struct.new( :entitlements, :flow_arn) SENSITIVE = [] include Aws::Structure end |