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:



5003
5004
5005
# File 'sig/types.rbs', line 5003

def contributors
  @contributors
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


5004
5005
5006
# File 'sig/types.rbs', line 5004

def request_id
  @request_id
end

#spaceTypes::SpaceDetails

Returns the value of attribute space.

Returns:



5002
5003
5004
# File 'sig/types.rbs', line 5002

def space
  @space
end

#space_arn::String

Returns the value of attribute space_arn.

Returns:

  • (::String)


5001
5002
5003
# File 'sig/types.rbs', line 5001

def space_arn
  @space_arn
end

#space_id::String

Returns the value of attribute space_id.

Returns:

  • (::String)


5000
5001
5002
# File 'sig/types.rbs', line 5000

def space_id
  @space_id
end