Class: Aws::Types::CreateDomainOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateDomainOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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.
-
#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.
1102 1103 1104 |
# File 'sig/types.rbs', line 1102 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
1099 1100 1101 |
# File 'sig/types.rbs', line 1099 def description @description end |
#domain_execution_role ⇒ ::String
Returns the value of attribute domain_execution_role.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def domain_execution_role @domain_execution_role end |
#domain_version ⇒ "V1", "V2"
Returns the value of attribute domain_version.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def domain_version @domain_version end |
#id ⇒ ::String
Returns the value of attribute id.
1096 1097 1098 |
# File 'sig/types.rbs', line 1096 def id @id end |
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
1103 1104 1105 |
# File 'sig/types.rbs', line 1103 def kms_key_identifier @kms_key_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
1098 1099 1100 |
# File 'sig/types.rbs', line 1098 def name @name end |
#portal_url ⇒ ::String
Returns the value of attribute portal_url.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def portal_url @portal_url end |
#root_domain_unit_id ⇒ ::String
Returns the value of attribute root_domain_unit_id.
1097 1098 1099 |
# File 'sig/types.rbs', line 1097 def root_domain_unit_id @root_domain_unit_id end |
#service_role ⇒ ::String
Returns the value of attribute service_role.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def service_role @service_role end |
#single_sign_on ⇒ Types::SingleSignOn
Returns the value of attribute single_sign_on.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def single_sign_on @single_sign_on end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1104 1105 1106 |
# File 'sig/types.rbs', line 1104 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def @tags end |