Class: Aws::MediaConnect::Types::RevokeFlowEntitlementRequest

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 Amazon Resource Name (ARN) of the entitlement that you want to revoke.

Returns:

  • (String)


5695
5696
5697
5698
5699
5700
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5695

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

#flow_arnString

The flow that you want to revoke an entitlement from.

Returns:

  • (String)


5695
5696
5697
5698
5699
5700
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5695

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