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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_version ⇒ "V1", "V2"
Returns the value of attribute domain_version.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#managed_account_id ⇒ ::String
Returns the value of attribute managed_account_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#portal_url ⇒ ::String
Returns the value of attribute portal_url.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2154 2155 2156 |
# File 'sig/types.rbs', line 2154 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2158 2159 2160 |
# File 'sig/types.rbs', line 2158 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
2153 2154 2155 |
# File 'sig/types.rbs', line 2153 def description @description end |
#domain_version ⇒ "V1", "V2"
Returns the value of attribute domain_version.
2160 2161 2162 |
# File 'sig/types.rbs', line 2160 def domain_version @domain_version end |
#id ⇒ ::String
Returns the value of attribute id.
2151 2152 2153 |
# File 'sig/types.rbs', line 2151 def id @id end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
2159 2160 2161 |
# File 'sig/types.rbs', line 2159 def last_updated_at @last_updated_at end |
#managed_account_id ⇒ ::String
Returns the value of attribute managed_account_id.
2155 2156 2157 |
# File 'sig/types.rbs', line 2155 def managed_account_id @managed_account_id end |
#name ⇒ ::String
Returns the value of attribute name.
2152 2153 2154 |
# File 'sig/types.rbs', line 2152 def name @name end |
#portal_url ⇒ ::String
Returns the value of attribute portal_url.
2157 2158 2159 |
# File 'sig/types.rbs', line 2157 def portal_url @portal_url end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
2156 2157 2158 |
# File 'sig/types.rbs', line 2156 def status @status end |