Class: Aws::Types::UpdateSpaceResourcesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#failed_resource_operations::Array[Types::FailedSpaceResourceOperation]

Returns the value of attribute failed_resource_operations.



13035
13036
13037
# File 'sig/types.rbs', line 13035

def failed_resource_operations
  @failed_resource_operations
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


13036
13037
13038
# File 'sig/types.rbs', line 13036

def request_id
  @request_id
end

#space_arn::String

Returns the value of attribute space_arn.

Returns:

  • (::String)


13034
13035
13036
# File 'sig/types.rbs', line 13034

def space_arn
  @space_arn
end

#space_id::String

Returns the value of attribute space_id.

Returns:

  • (::String)


13033
13034
13035
# File 'sig/types.rbs', line 13033

def space_id
  @space_id
end