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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entitlement_arnString

The ARN of the entitlement that was revoked.



5712
5713
5714
5715
5716
5717
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5712

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.



5712
5713
5714
5715
5716
5717
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5712

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