Class: Aws::Types::DomainSummary
- Inherits:
-
Object
- Object
- Aws::Types::DomainSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_arn ⇒ ::String
Returns the value of attribute domain_arn.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#domain_arn ⇒ ::String
Returns the value of attribute domain_arn.
470 471 472 |
# File 'sig/types.rbs', line 470 def domain_arn @domain_arn end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
469 470 471 |
# File 'sig/types.rbs', line 469 def domain_id @domain_id end |
#name ⇒ ::String
Returns the value of attribute name.
471 472 473 |
# File 'sig/types.rbs', line 471 def name @name end |