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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entitlement_arn ⇒ String

The Amazon Resource Name (ARN) of the entitlement that you want to revoke.

Returns:

  • (String)


6055
6056
6057
6058
6059
6060
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 6055

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

#flow_arn ⇒ String

The flow that you want to revoke an entitlement from.

Returns:

  • (String)


6055
6056
6057
6058
6059
6060
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 6055

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