Class: Aws::Types::CreateSpaceInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateSpaceInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#subdomain ⇒ ::String
Returns the value of attribute subdomain.
-
#supported_email_domains ⇒ Types::SupportedEmailDomainsParameters
Returns the value of attribute supported_email_domains.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#tier ⇒ "BASIC", "STANDARD"
Returns the value of attribute tier.
-
#user_kms_key ⇒ ::String
Returns the value of attribute user_kms_key.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
113 114 115 |
# File 'sig/types.rbs', line 113 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
110 111 112 |
# File 'sig/types.rbs', line 110 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
116 117 118 |
# File 'sig/types.rbs', line 116 def role_arn @role_arn end |
#subdomain ⇒ ::String
Returns the value of attribute subdomain.
111 112 113 |
# File 'sig/types.rbs', line 111 def subdomain @subdomain end |
#supported_email_domains ⇒ Types::SupportedEmailDomainsParameters
Returns the value of attribute supported_email_domains.
117 118 119 |
# File 'sig/types.rbs', line 117 def supported_email_domains @supported_email_domains end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
115 116 117 |
# File 'sig/types.rbs', line 115 def @tags end |
#tier ⇒ "BASIC", "STANDARD"
Returns the value of attribute tier.
112 113 114 |
# File 'sig/types.rbs', line 112 def tier @tier end |
#user_kms_key ⇒ ::String
Returns the value of attribute user_kms_key.
114 115 116 |
# File 'sig/types.rbs', line 114 def user_kms_key @user_kms_key end |