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)


19972
19973
19974
19975
19976
19977
19978
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19972

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)


19972
19973
19974
19975
19976
19977
19978
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19972

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)


19972
19973
19974
19975
19976
19977
19978
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19972

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