Class: Aws::Types::GetDomainResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDomainResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#domain_arn ⇒ ::String
Returns the value of attribute domain_arn.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#domain_status ⇒ "Active", ...
Returns the value of attribute domain_status.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#created_time ⇒ ::Time
Returns the value of attribute created_time.
685 686 687 |
# File 'sig/types.rbs', line 685 def created_time @created_time end |
#domain_arn ⇒ ::String
Returns the value of attribute domain_arn.
683 684 685 |
# File 'sig/types.rbs', line 683 def domain_arn @domain_arn end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
682 683 684 |
# File 'sig/types.rbs', line 682 def domain_id @domain_id end |
#domain_status ⇒ "Active", ...
Returns the value of attribute domain_status.
686 687 688 |
# File 'sig/types.rbs', line 686 def domain_status @domain_status end |
#name ⇒ ::String
Returns the value of attribute name.
684 685 686 |
# File 'sig/types.rbs', line 684 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
687 688 689 |
# File 'sig/types.rbs', line 687 def @tags end |