Class: Aws::DataZone::Types::UpdateSubscriptionRequestInput

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

Overview

Constant Summary collapse

SENSITIVE =
[:request_reason]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifierString

The identifier of the Amazon DataZone domain in which a subscription request is to be updated.

Returns:

  • (String)


11777
11778
11779
11780
11781
11782
11783
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11777

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

#identifierString

The identifier of the subscription request that is to be updated.

Returns:

  • (String)


11777
11778
11779
11780
11781
11782
11783
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11777

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

#request_reasonString

The reason for the UpdateSubscriptionRequest action.

Returns:

  • (String)


11777
11778
11779
11780
11781
11782
11783
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11777

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