Class: Aws::IoTThingsGraph::Types::SystemInstanceSummary

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

Instance Attribute Details

#arnString

The ARN of the system instance.

Returns:

  • (String)


1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
# File 'gems/aws-sdk-iotthingsgraph/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_atTime

The date when the system instance was created.

Returns:

  • (Time)


1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
# File 'gems/aws-sdk-iotthingsgraph/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_idString

The ID of the Greengrass group where the system instance is deployed.

Returns:

  • (String)


1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
# File 'gems/aws-sdk-iotthingsgraph/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_nameString

The ID of the Greengrass group where the system instance is deployed.

Returns:

  • (String)


1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
# File 'gems/aws-sdk-iotthingsgraph/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_idString

The version of the Greengrass group where the system instance is deployed.

Returns:

  • (String)


1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
# File 'gems/aws-sdk-iotthingsgraph/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

#idString

The ID of the system instance.

Returns:

  • (String)


1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
# File 'gems/aws-sdk-iotthingsgraph/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

#statusString

The status of the system instance.

Returns:

  • (String)


1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
# File 'gems/aws-sdk-iotthingsgraph/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

#targetString

The target of the system instance.

Returns:

  • (String)


1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
# File 'gems/aws-sdk-iotthingsgraph/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_atTime

The date and time when the system instance was last updated.

Returns:

  • (Time)


1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
# File 'gems/aws-sdk-iotthingsgraph/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