Class: Aws::IoTThingsGraph::Types::GetSystemInstanceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTThingsGraph::Types::GetSystemInstanceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotthingsgraph/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ Types::SystemInstanceDescription
An object that describes the system instance.
Instance Attribute Details
#description ⇒ Types::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 |