Class: Aws::Types::GetDomainOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetDomainOutput
- 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_execution_role ⇒ ::String
Returns the value of attribute domain_execution_role.
-
#domain_version ⇒ "V1", "V2"
Returns the value of attribute domain_version.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#portal_url ⇒ ::String
Returns the value of attribute portal_url.
-
#root_domain_unit_id ⇒ ::String
Returns the value of attribute root_domain_unit_id.
-
#service_role ⇒ ::String
Returns the value of attribute service_role.
-
#single_sign_on ⇒ Types::SingleSignOn
Returns the value of attribute single_sign_on.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2704 2705 2706 |
# File 'sig/types.rbs', line 2704 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2708 2709 2710 |
# File 'sig/types.rbs', line 2708 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
2701 2702 2703 |
# File 'sig/types.rbs', line 2701 def description @description end |
#domain_execution_role ⇒ ::String
Returns the value of attribute domain_execution_role.
2703 2704 2705 |
# File 'sig/types.rbs', line 2703 def domain_execution_role @domain_execution_role end |
#domain_version ⇒ "V1", "V2"
Returns the value of attribute domain_version.
2711 2712 2713 |
# File 'sig/types.rbs', line 2711 def domain_version @domain_version end |
#id ⇒ ::String
Returns the value of attribute id.
2698 2699 2700 |
# File 'sig/types.rbs', line 2698 def id @id end |
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
2705 2706 2707 |
# File 'sig/types.rbs', line 2705 def kms_key_identifier @kms_key_identifier end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
2709 2710 2711 |
# File 'sig/types.rbs', line 2709 def last_updated_at @last_updated_at end |
#name ⇒ ::String
Returns the value of attribute name.
2700 2701 2702 |
# File 'sig/types.rbs', line 2700 def name @name end |
#portal_url ⇒ ::String
Returns the value of attribute portal_url.
2707 2708 2709 |
# File 'sig/types.rbs', line 2707 def portal_url @portal_url end |
#root_domain_unit_id ⇒ ::String
Returns the value of attribute root_domain_unit_id.
2699 2700 2701 |
# File 'sig/types.rbs', line 2699 def root_domain_unit_id @root_domain_unit_id end |
#service_role ⇒ ::String
Returns the value of attribute service_role.
2712 2713 2714 |
# File 'sig/types.rbs', line 2712 def service_role @service_role end |
#single_sign_on ⇒ Types::SingleSignOn
Returns the value of attribute single_sign_on.
2702 2703 2704 |
# File 'sig/types.rbs', line 2702 def single_sign_on @single_sign_on end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
2706 2707 2708 |
# File 'sig/types.rbs', line 2706 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2710 2711 2712 |
# File 'sig/types.rbs', line 2710 def @tags end |