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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediaconnect/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)


3630
3631
3632
3633
3634
3635
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3630

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)


3630
3631
3632
3633
3634
3635
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3630

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