Class: Aws::MediaConnect::Types::GrantFlowEntitlementsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::GrantFlowEntitlementsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Grants an entitlement on a flow.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entitlements ⇒ Array<Types::GrantEntitlementRequest>
The list of entitlements that you want to grant.
- #flow_arn ⇒ String
Instance Attribute Details
#entitlements ⇒ Array<Types::GrantEntitlementRequest>
The list of entitlements that you want to grant.
2156 2157 2158 2159 2160 2161 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2156 class GrantFlowEntitlementsRequest < Struct.new( :entitlements, :flow_arn) SENSITIVE = [] include Aws::Structure end |
#flow_arn ⇒ String
2156 2157 2158 2159 2160 2161 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2156 class GrantFlowEntitlementsRequest < Struct.new( :entitlements, :flow_arn) SENSITIVE = [] include Aws::Structure end |