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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-supplychain/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:



945
946
947
948
949
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 945

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