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)


12561
12562
12563
# File 'sig/types.rbs', line 12561

def 
  @aws_account_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


12564
12565
12566
# File 'sig/types.rbs', line 12564

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


12563
12564
12565
# File 'sig/types.rbs', line 12563

def name
  @name
end

#space_id::String

Returns the value of attribute space_id.

Returns:

  • (::String)


12562
12563
12564
# File 'sig/types.rbs', line 12562

def space_id
  @space_id
end