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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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)


7486
7487
7488
7489
7490
7491
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7486

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

#nameString

The name of the domain unit summary.

Returns:

  • (String)


7486
7487
7488
7489
7490
7491
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7486

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