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.
2220 2221 2222 2223 2224 2225 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2220 class GrantFlowEntitlementsRequest < Struct.new( :entitlements, :flow_arn) SENSITIVE = [] include Aws::Structure end |
#flow_arn ⇒ String
2220 2221 2222 2223 2224 2225 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2220 class GrantFlowEntitlementsRequest < Struct.new( :entitlements, :flow_arn) SENSITIVE = [] include Aws::Structure end |