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