Class: Aws::MediaConnect::Types::GrantFlowEntitlementsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediaconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entitlementsArray<Types::Entitlement>

The entitlements that were just granted.

Returns:



2279
2280
2281
2282
2283
2284
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2279

class GrantFlowEntitlementsResponse < Struct.new(
  :entitlements,
  :flow_arn)
  SENSITIVE = []
  include Aws::Structure
end

#flow_arnString

The ARN of the flow that these entitlements were granted to.

Returns:

  • (String)


2279
2280
2281
2282
2283
2284
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2279

class GrantFlowEntitlementsResponse < Struct.new(
  :entitlements,
  :flow_arn)
  SENSITIVE = []
  include Aws::Structure
end