Class: Aws::DataZone::Types::GetDomainInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

The identifier of the specified Amazon DataZone domain.

Returns:

  • (String)


9833
9834
9835
9836
9837
# File 'lib/aws-sdk-datazone/types.rb', line 9833

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