Class: Aws::IoTThingsGraph::Types::GetSystemInstanceResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionTypes::SystemInstanceDescription

An object that describes the system instance.



722
723
724
725
726
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 722

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