Class: Aws::Types::SpaceData
- Inherits:
-
Object
- Object
- Aws::Types::SpaceData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#configuration_status ⇒ "CONFIGURED", "UNCONFIGURED"
Returns the value of attribute configuration_status.
-
#content_size ⇒ ::Integer
Returns the value of attribute content_size.
-
#create_date_time ⇒ ::Time
Returns the value of attribute create_date_time.
-
#delete_date_time ⇒ ::Time
Returns the value of attribute delete_date_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#random_domain ⇒ ::String
Returns the value of attribute random_domain.
-
#space_id ⇒ ::String
Returns the value of attribute space_id.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#storage_limit ⇒ ::Integer
Returns the value of attribute storage_limit.
-
#supported_email_domains ⇒ Types::SupportedEmailDomainsStatus
Returns the value of attribute supported_email_domains.
-
#tier ⇒ "BASIC", "STANDARD"
Returns the value of attribute tier.
-
#user_count ⇒ ::Integer
Returns the value of attribute user_count.
-
#user_kms_key ⇒ ::String
Returns the value of attribute user_kms_key.
-
#vanity_domain ⇒ ::String
Returns the value of attribute vanity_domain.
-
#vanity_domain_status ⇒ "PENDING", ...
Returns the value of attribute vanity_domain_status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
261 262 263 |
# File 'sig/types.rbs', line 261 def arn @arn end |
#configuration_status ⇒ "CONFIGURED", "UNCONFIGURED"
Returns the value of attribute configuration_status.
265 266 267 |
# File 'sig/types.rbs', line 265 def configuration_status @configuration_status end |
#content_size ⇒ ::Integer
Returns the value of attribute content_size.
275 276 277 |
# File 'sig/types.rbs', line 275 def content_size @content_size end |
#create_date_time ⇒ ::Time
Returns the value of attribute create_date_time.
271 272 273 |
# File 'sig/types.rbs', line 271 def create_date_time @create_date_time end |
#delete_date_time ⇒ ::Time
Returns the value of attribute delete_date_time.
272 273 274 |
# File 'sig/types.rbs', line 272 def delete_date_time @delete_date_time end |
#description ⇒ ::String
Returns the value of attribute description.
263 264 265 |
# File 'sig/types.rbs', line 263 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
262 263 264 |
# File 'sig/types.rbs', line 262 def name @name end |
#random_domain ⇒ ::String
Returns the value of attribute random_domain.
268 269 270 |
# File 'sig/types.rbs', line 268 def random_domain @random_domain end |
#space_id ⇒ ::String
Returns the value of attribute space_id.
260 261 262 |
# File 'sig/types.rbs', line 260 def space_id @space_id end |
#status ⇒ ::String
Returns the value of attribute status.
264 265 266 |
# File 'sig/types.rbs', line 264 def status @status end |
#storage_limit ⇒ ::Integer
Returns the value of attribute storage_limit.
270 271 272 |
# File 'sig/types.rbs', line 270 def storage_limit @storage_limit end |
#supported_email_domains ⇒ Types::SupportedEmailDomainsStatus
Returns the value of attribute supported_email_domains.
276 277 278 |
# File 'sig/types.rbs', line 276 def supported_email_domains @supported_email_domains end |
#tier ⇒ "BASIC", "STANDARD"
Returns the value of attribute tier.
269 270 271 |
# File 'sig/types.rbs', line 269 def tier @tier end |
#user_count ⇒ ::Integer
Returns the value of attribute user_count.
274 275 276 |
# File 'sig/types.rbs', line 274 def user_count @user_count end |
#user_kms_key ⇒ ::String
Returns the value of attribute user_kms_key.
273 274 275 |
# File 'sig/types.rbs', line 273 def user_kms_key @user_kms_key end |
#vanity_domain ⇒ ::String
Returns the value of attribute vanity_domain.
267 268 269 |
# File 'sig/types.rbs', line 267 def vanity_domain @vanity_domain end |
#vanity_domain_status ⇒ "PENDING", ...
Returns the value of attribute vanity_domain_status.
266 267 268 |
# File 'sig/types.rbs', line 266 def vanity_domain_status @vanity_domain_status end |