Class: Aws::Types::CreateSpaceResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


2633
2634
2635
# File 'sig/types.rbs', line 2633

def request_id
  @request_id
end

#space_arn::String

Returns the value of attribute space_arn.

Returns:

  • (::String)


2632
2633
2634
# File 'sig/types.rbs', line 2632

def space_arn
  @space_arn
end

#space_id::String

Returns the value of attribute space_id.

Returns:

  • (::String)


2631
2632
2633
# File 'sig/types.rbs', line 2631

def space_id
  @space_id
end