Class: Aws::Types::CreateSpaceRequest

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)


2623
2624
2625
# File 'sig/types.rbs', line 2623

def 
  @aws_account_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2626
2627
2628
# File 'sig/types.rbs', line 2626

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2625
2626
2627
# File 'sig/types.rbs', line 2625

def name
  @name
end

#space_id::String

Returns the value of attribute space_id.

Returns:

  • (::String)


2624
2625
2626
# File 'sig/types.rbs', line 2624

def space_id
  @space_id
end