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.
5508 5509 5510 |
# File 'sig/types.rbs', line 5508 def creation_time @creation_time end |
#domain_arn ⇒ ::String
Returns the value of attribute domain_arn.
5504 5505 5506 |
# File 'sig/types.rbs', line 5504 def domain_arn @domain_arn end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
5505 5506 5507 |
# File 'sig/types.rbs', line 5505 def domain_id @domain_id end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
5506 5507 5508 |
# File 'sig/types.rbs', line 5506 def domain_name @domain_name end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
5509 5510 5511 |
# File 'sig/types.rbs', line 5509 def last_modified_time @last_modified_time end |
#status ⇒ "Deleting", ...
Returns the value of attribute status.
5507 5508 5509 |
# File 'sig/types.rbs', line 5507 def status @status end |
#url ⇒ ::String
Returns the value of attribute url.
5510 5511 5512 |
# File 'sig/types.rbs', line 5510 def url @url end |