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.



12579
12580
12581
# File 'sig/types.rbs', line 12579

def failed_resource_operations
  @failed_resource_operations
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


12580
12581
12582
# File 'sig/types.rbs', line 12580

def request_id
  @request_id
end

#space_arn::String

Returns the value of attribute space_arn.

Returns:

  • (::String)


12578
12579
12580
# File 'sig/types.rbs', line 12578

def space_arn
  @space_arn
end

#space_id::String

Returns the value of attribute space_id.

Returns:

  • (::String)


12577
12578
12579
# File 'sig/types.rbs', line 12577

def space_id
  @space_id
end