Class: Aws::SupplyChain::Types::UpdateInstanceResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb

Overview

The response parameters for UpdateInstance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instanceTypes::Instance

The instance resource data details.

Returns:



1498
1499
1500
1501
1502
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 1498

class UpdateInstanceResponse < Struct.new(
  :instance)
  SENSITIVE = []
  include Aws::Structure
end