Class: Aws::Types::DomainDetails
- Inherits:
-
Object
- Object
- Aws::Types::DomainDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#domain_arn ⇒ ::String
Returns the value of attribute domain_arn.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#status ⇒ "Deleting", ...
Returns the value of attribute status.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
5523 5524 5525 |
# File 'sig/types.rbs', line 5523 def creation_time @creation_time end |
#domain_arn ⇒ ::String
Returns the value of attribute domain_arn.
5519 5520 5521 |
# File 'sig/types.rbs', line 5519 def domain_arn @domain_arn end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
5520 5521 5522 |
# File 'sig/types.rbs', line 5520 def domain_id @domain_id end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
5521 5522 5523 |
# File 'sig/types.rbs', line 5521 def domain_name @domain_name end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
5524 5525 5526 |
# File 'sig/types.rbs', line 5524 def last_modified_time @last_modified_time end |
#status ⇒ "Deleting", ...
Returns the value of attribute status.
5522 5523 5524 |
# File 'sig/types.rbs', line 5522 def status @status end |
#url ⇒ ::String
Returns the value of attribute url.
5525 5526 5527 |
# File 'sig/types.rbs', line 5525 def url @url end |