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:



2132
2133
2134
2135
2136
2137
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2132

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)


2132
2133
2134
2135
2136
2137
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2132

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