Class: Aws::MediaConnect::Types::GrantFlowEntitlementsRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#entitlementsArray<Types::GrantEntitlementRequest>

The list of entitlements that you want to grant.

Returns:



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_arnString

Returns:

  • (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