Class: Aws::ControlCatalog::Types::AssociatedDomainSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb

Overview

A summary of the domain that a common control or an objective belongs to.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the related domain.

Returns:

  • (String)


39
40
41
42
43
44
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 39

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

#nameString

The name of the related domain.

Returns:

  • (String)


39
40
41
42
43
44
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 39

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