Class: Aws::ControlCatalog::Types::AssociatedDomainSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlCatalog::Types::AssociatedDomainSummary
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the related domain.
-
#name ⇒ String
The name of the related domain.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the related domain.
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 |
#name ⇒ String
The name of the related domain.
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 |