Class: Aws::Types::ListSpaceResourcesResponse

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)


7752
7753
7754
# File 'sig/types.rbs', line 7752

def request_id
  @request_id
end

#space_arn::String

Returns the value of attribute space_arn.

Returns:

  • (::String)


7750
7751
7752
# File 'sig/types.rbs', line 7750

def space_arn
  @space_arn
end

#space_id::String

Returns the value of attribute space_id.

Returns:

  • (::String)


7749
7750
7751
# File 'sig/types.rbs', line 7749

def space_id
  @space_id
end

#space_resources::Array[Types::SpaceResourceSummary]

Returns the value of attribute space_resources.

Returns:



7751
7752
7753
# File 'sig/types.rbs', line 7751

def space_resources
  @space_resources
end