Class: Aws::SupplyChain::Types::GetInstanceResponse

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

Overview

The response parameters for GetInstance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instanceTypes::Instance

The instance resource data details.

Returns:



934
935
936
937
938
# File 'lib/aws-sdk-supplychain/types.rb', line 934

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