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

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

Overview

The result of a successful GrantFlowEntitlements request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entitlementsArray<Types::Entitlement>

The entitlements that were just granted.

Returns:



2239
2240
2241
2242
2243
2244
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2239

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)


2239
2240
2241
2242
2243
2244
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2239

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