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:



4763
4764
4765
4766
4767
4768
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4763

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)


4763
4764
4765
4766
4767
4768
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4763

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