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

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

#identifierString

The identifier of the specified Amazon DataZone domain.

Returns:

  • (String)


9111
9112
9113
9114
9115
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9111

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