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.
2185 2186 2187 2188 2189 2190 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2185 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.
2185 2186 2187 2188 2189 2190 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2185 class GrantFlowEntitlementsResponse < Struct.new( :entitlements, :flow_arn) SENSITIVE = [] include Aws::Structure end |