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

#arnString

The ARN of the system instance.

Returns:

  • (String)

    The ARN of the system instance.

#created_atTime

The date when the system instance was created.

Returns:

  • (Time)

    The date when the system instance was created.

#greengrass_group_idString

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_nameString

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_idString

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.

#idString

The ID of the system instance.

Returns:

  • (String)

    The ID of the system instance.

#statusString

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.

#targetString

The target of the system instance.

Possible values:

  • GREENGRASS
  • CLOUD

Returns:

  • (String)

    The target of the system instance.

#updated_atTime

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

Returns:

  • (Time)

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