Class: Aws::DataZone::Types::DomainUnitSummary

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

Overview

The summary of the domain unit.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the domain unit summary.

Returns:

  • (String)


5558
5559
5560
5561
5562
5563
# File 'lib/aws-sdk-datazone/types.rb', line 5558

class DomainUnitSummary < Struct.new(
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the domain unit summary.

Returns:

  • (String)


5558
5559
5560
5561
5562
5563
# File 'lib/aws-sdk-datazone/types.rb', line 5558

class DomainUnitSummary < Struct.new(
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end