Class: Aws::MediaConnect::Types::RevokeFlowEntitlementResponse

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entitlement_arnString

The ARN of the entitlement that was revoked.

Returns:

  • (String)


3642
3643
3644
3645
3646
3647
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3642

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

#flow_arnString

The ARN of the flow that the entitlement was revoked from.

Returns:

  • (String)


3642
3643
3644
3645
3646
3647
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3642

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