Class: Aws::MediaConnect::Types::UpdateFlowEntitlementResponse

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

Overview

The result of a successful UpdateFlowEntitlement request. The response includes the ARN of the flow that was updated and the updated entitlement configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entitlementTypes::Entitlement

The new configuration of the entitlement that you updated.

Returns:



4637
4638
4639
4640
4641
4642
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4637

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

#flow_arnString

The ARN of the flow that this entitlement was granted on.

Returns:

  • (String)


4637
4638
4639
4640
4641
4642
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4637

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