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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



4735
4736
4737
4738
4739
4740
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4735

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)


4735
4736
4737
4738
4739
4740
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4735

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