Class: Aws::DataZone::Types::CancelSubscriptionInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifierString

The unique identifier of the Amazon DataZone domain where the subscription request is being cancelled.

Returns:

  • (String)


1536
1537
1538
1539
1540
1541
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1536

class CancelSubscriptionInput < Struct.new(
  :domain_identifier,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

The unique identifier of the subscription that is being cancelled.

Returns:

  • (String)


1536
1537
1538
1539
1540
1541
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1536

class CancelSubscriptionInput < Struct.new(
  :domain_identifier,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end