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:



3319
3320
3321
3322
3323
3324
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3319

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)


3319
3320
3321
3322
3323
3324
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3319

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