Class: Aws::Types::DescribeSpaceResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contributors::Array[Types::SpaceContributor]

Returns the value of attribute contributors.

Returns:



5236
5237
5238
# File 'sig/types.rbs', line 5236

def contributors
  @contributors
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


5237
5238
5239
# File 'sig/types.rbs', line 5237

def request_id
  @request_id
end

#spaceTypes::SpaceDetails

Returns the value of attribute space.

Returns:



5235
5236
5237
# File 'sig/types.rbs', line 5235

def space
  @space
end

#space_arn::String

Returns the value of attribute space_arn.

Returns:

  • (::String)


5234
5235
5236
# File 'sig/types.rbs', line 5234

def space_arn
  @space_arn
end

#space_id::String

Returns the value of attribute space_id.

Returns:

  • (::String)


5233
5234
5235
# File 'sig/types.rbs', line 5233

def space_id
  @space_id
end