Class: Aws::Types::CreateDomainInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateDomainInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
-
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#service_role ⇒ ::String
Returns the value of attribute service_role.
-
#single_sign_on ⇒ Types::SingleSignOn
Returns the value of attribute single_sign_on.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
1084 1085 1086 |
# File 'sig/types.rbs', line 1084 def description @description end |
#domain_execution_role ⇒ ::String
Returns the value of attribute domain_execution_role.
1086 1087 1088 |
# File 'sig/types.rbs', line 1086 def domain_execution_role @domain_execution_role end |
#domain_version ⇒ "V1", "V2"
Returns the value of attribute domain_version.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def domain_version @domain_version end |
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def kms_key_identifier @kms_key_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
1083 1084 1085 |
# File 'sig/types.rbs', line 1083 def name @name end |
#service_role ⇒ ::String
Returns the value of attribute service_role.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def service_role @service_role end |
#single_sign_on ⇒ Types::SingleSignOn
Returns the value of attribute single_sign_on.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def single_sign_on @single_sign_on end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1088 1089 1090 |
# File 'sig/types.rbs', line 1088 def @tags end |