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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotthingsgraph/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 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 722

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