Class: Aws::Types::UpdateSpaceInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSpaceInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#space_id ⇒ ::String
Returns the value of attribute space_id.
-
#supported_email_domains ⇒ Types::SupportedEmailDomainsParameters
Returns the value of attribute supported_email_domains.
-
#tier ⇒ "BASIC", "STANDARD"
Returns the value of attribute tier.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
331 332 333 |
# File 'sig/types.rbs', line 331 def description @description end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
333 334 335 |
# File 'sig/types.rbs', line 333 def role_arn @role_arn end |
#space_id ⇒ ::String
Returns the value of attribute space_id.
330 331 332 |
# File 'sig/types.rbs', line 330 def space_id @space_id end |
#supported_email_domains ⇒ Types::SupportedEmailDomainsParameters
Returns the value of attribute supported_email_domains.
334 335 336 |
# File 'sig/types.rbs', line 334 def supported_email_domains @supported_email_domains end |
#tier ⇒ "BASIC", "STANDARD"
Returns the value of attribute tier.
332 333 334 |
# File 'sig/types.rbs', line 332 def tier @tier end |