Class: Aws::Types::UpdateSpaceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


13017
13018
13019
# File 'sig/types.rbs', line 13017

def 
  @aws_account_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


13020
13021
13022
# File 'sig/types.rbs', line 13020

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


13019
13020
13021
# File 'sig/types.rbs', line 13019

def name
  @name
end

#space_id::String

Returns the value of attribute space_id.

Returns:

  • (::String)


13018
13019
13020
# File 'sig/types.rbs', line 13018

def space_id
  @space_id
end