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)


12453
12454
12455
# File 'sig/types.rbs', line 12453

def domain_id
  @domain_id
end

#space_display_name::String

Returns the value of attribute space_display_name.

Returns:

  • (::String)


12456
12457
12458
# File 'sig/types.rbs', line 12456

def space_display_name
  @space_display_name
end

#space_name::String

Returns the value of attribute space_name.

Returns:

  • (::String)


12454
12455
12456
# File 'sig/types.rbs', line 12454

def space_name
  @space_name
end

#space_settingsTypes::SpaceSettings

Returns the value of attribute space_settings.



12455
12456
12457
# File 'sig/types.rbs', line 12455

def space_settings
  @space_settings
end