Class: Aws::Types::UpdateSpaceInput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:



331
332
333
# File 'sig/types.rbs', line 331

def description
  @description
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:



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.

Returns:



330
331
332
# File 'sig/types.rbs', line 330

def space_id
  @space_id
end

#supported_email_domainsTypes::SupportedEmailDomainsParameters

Returns the value of attribute supported_email_domains.

Returns:



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.

Returns:



332
333
334
# File 'sig/types.rbs', line 332

def tier
  @tier
end