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)


2492
2493
2494
# File 'sig/types.rbs', line 2492

def 
  @aws_account_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2495
2496
2497
# File 'sig/types.rbs', line 2495

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2494
2495
2496
# File 'sig/types.rbs', line 2494

def name
  @name
end

#space_id::String

Returns the value of attribute space_id.

Returns:

  • (::String)


2493
2494
2495
# File 'sig/types.rbs', line 2493

def space_id
  @space_id
end