Class: Aws::DataZone::Types::GetSubscriptionRequestDetailsInput

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 identifier of the Amazon DataZone domain in which to get the subscription request details.

Returns:

  • (String)


6094
6095
6096
6097
6098
6099
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6094

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

#identifierString

The identifier of the subscription request the details of which to get.

Returns:

  • (String)


6094
6095
6096
6097
6098
6099
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6094

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