Class: Aws::Types::UpdateSpaceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


12436
12437
12438
# File 'sig/types.rbs', line 12436

def domain_id
  @domain_id
end

#space_display_name::String

Returns the value of attribute space_display_name.

Returns:

  • (::String)


12439
12440
12441
# File 'sig/types.rbs', line 12439

def space_display_name
  @space_display_name
end

#space_name::String

Returns the value of attribute space_name.

Returns:

  • (::String)


12437
12438
12439
# File 'sig/types.rbs', line 12437

def space_name
  @space_name
end

#space_settingsTypes::SpaceSettings

Returns the value of attribute space_settings.



12438
12439
12440
# File 'sig/types.rbs', line 12438

def space_settings
  @space_settings
end