Class: Aws::IoTThingsGraph::Types::SystemInstanceSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTThingsGraph::Types::SystemInstanceSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotthingsgraph/types.rb
Overview
An object that contains summary information about a system instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the system instance.
-
#created_at ⇒ Time
The date when the system instance was created.
-
#greengrass_group_id ⇒ String
The ID of the Greengrass group where the system instance is deployed.
-
#greengrass_group_name ⇒ String
The ID of the Greengrass group where the system instance is deployed.
-
#greengrass_group_version_id ⇒ String
The version of the Greengrass group where the system instance is deployed.
-
#id ⇒ String
The ID of the system instance.
-
#status ⇒ String
The status of the system instance.
-
#target ⇒ String
The target of the system instance.
-
#updated_at ⇒ Time
The date and time when the system instance was last updated.
Instance Attribute Details
#arn ⇒ String
The ARN of the system instance.
1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1388 class SystemInstanceSummary < Struct.new( :id, :arn, :status, :target, :greengrass_group_name, :created_at, :updated_at, :greengrass_group_id, :greengrass_group_version_id) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date when the system instance was created.
1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1388 class SystemInstanceSummary < Struct.new( :id, :arn, :status, :target, :greengrass_group_name, :created_at, :updated_at, :greengrass_group_id, :greengrass_group_version_id) SENSITIVE = [] include Aws::Structure end |
#greengrass_group_id ⇒ String
The ID of the Greengrass group where the system instance is deployed.
1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1388 class SystemInstanceSummary < Struct.new( :id, :arn, :status, :target, :greengrass_group_name, :created_at, :updated_at, :greengrass_group_id, :greengrass_group_version_id) SENSITIVE = [] include Aws::Structure end |
#greengrass_group_name ⇒ String
The ID of the Greengrass group where the system instance is deployed.
1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1388 class SystemInstanceSummary < Struct.new( :id, :arn, :status, :target, :greengrass_group_name, :created_at, :updated_at, :greengrass_group_id, :greengrass_group_version_id) SENSITIVE = [] include Aws::Structure end |
#greengrass_group_version_id ⇒ String
The version of the Greengrass group where the system instance is deployed.
1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1388 class SystemInstanceSummary < Struct.new( :id, :arn, :status, :target, :greengrass_group_name, :created_at, :updated_at, :greengrass_group_id, :greengrass_group_version_id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the system instance.
1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1388 class SystemInstanceSummary < Struct.new( :id, :arn, :status, :target, :greengrass_group_name, :created_at, :updated_at, :greengrass_group_id, :greengrass_group_version_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the system instance.
1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1388 class SystemInstanceSummary < Struct.new( :id, :arn, :status, :target, :greengrass_group_name, :created_at, :updated_at, :greengrass_group_id, :greengrass_group_version_id) SENSITIVE = [] include Aws::Structure end |
#target ⇒ String
The target of the system instance.
1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1388 class SystemInstanceSummary < Struct.new( :id, :arn, :status, :target, :greengrass_group_name, :created_at, :updated_at, :greengrass_group_id, :greengrass_group_version_id) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time when the system instance was last updated.
1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1388 class SystemInstanceSummary < Struct.new( :id, :arn, :status, :target, :greengrass_group_name, :created_at, :updated_at, :greengrass_group_id, :greengrass_group_version_id) SENSITIVE = [] include Aws::Structure end |