Class: Aws::Types::DomainSummary
- Inherits:
-
Object
- Object
- Aws::Types::DomainSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
137 138 139 |
# File 'sig/types.rbs', line 137 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
140 141 142 |
# File 'sig/types.rbs', line 140 def created_at @created_at end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
136 137 138 |
# File 'sig/types.rbs', line 136 def domain_id @domain_id end |
#name ⇒ ::String
Returns the value of attribute name.
138 139 140 |
# File 'sig/types.rbs', line 138 def name @name end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
139 140 141 |
# File 'sig/types.rbs', line 139 def status @status end |