Class: Aws::Types::SpaceData

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:



261
262
263
# File 'sig/types.rbs', line 261

def arn
  @arn
end

#configuration_status"CONFIGURED", "UNCONFIGURED"

Returns the value of attribute configuration_status.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



263
264
265
# File 'sig/types.rbs', line 263

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:



262
263
264
# File 'sig/types.rbs', line 262

def name
  @name
end

#random_domain::String

Returns the value of attribute random_domain.

Returns:



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.

Returns:



260
261
262
# File 'sig/types.rbs', line 260

def space_id
  @space_id
end

#status::String

Returns the value of attribute status.

Returns:



264
265
266
# File 'sig/types.rbs', line 264

def status
  @status
end

#storage_limit::Integer

Returns the value of attribute storage_limit.

Returns:



270
271
272
# File 'sig/types.rbs', line 270

def storage_limit
  @storage_limit
end

#supported_email_domainsTypes::SupportedEmailDomainsStatus

Returns the value of attribute supported_email_domains.

Returns:



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.

Returns:



269
270
271
# File 'sig/types.rbs', line 269

def tier
  @tier
end

#user_count::Integer

Returns the value of attribute user_count.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



266
267
268
# File 'sig/types.rbs', line 266

def vanity_domain_status
  @vanity_domain_status
end