You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

The ARN of the system instance.

Returns:

  • (String) —

    The ARN of the system instance.

#created_at ⇒ Time

The date when the system instance was created.

Returns:

  • (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.

Returns:

  • (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.

Returns:

  • (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.

Returns:

  • (String) —

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

#id ⇒ String

The ID of the system instance.

Returns:

  • (String) —

    The ID of the system instance.

#status ⇒ String

The status of the system instance.

Possible values:

  • NOT_DEPLOYED
  • BOOTSTRAP
  • DEPLOY_IN_PROGRESS
  • DEPLOYED_IN_TARGET
  • UNDEPLOY_IN_PROGRESS
  • FAILED
  • PENDING_DELETE
  • DELETED_IN_TARGET

Returns:

  • (String) —

    The status of the system instance.

#target ⇒ String

The target of the system instance.

Possible values:

  • GREENGRASS
  • CLOUD

Returns:

  • (String) —

    The target of the system instance.

#updated_at ⇒ Time

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

Returns:

  • (Time) —

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