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

Class: Aws::Greengrass::Types::Deployment

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

Overview

Information about a deployment.

Instance Attribute Summary collapse

Instance Attribute Details

#created_atString

The time, in milliseconds since the epoch, when the deployment was created.

Returns:

  • (String)

    The time, in milliseconds since the epoch, when the deployment was created.

#deployment_arnString

The ARN of the deployment.

Returns:

  • (String)

    The ARN of the deployment.

#deployment_idString

The ID of the deployment.

Returns:

  • (String)

    The ID of the deployment.

#deployment_typeString

The type of the deployment.

Possible values:

  • NewDeployment
  • Redeployment
  • ResetDeployment
  • ForceResetDeployment

Returns:

  • (String)

    The type of the deployment.

#group_arnString

The ARN of the group for this deployment.

Returns:

  • (String)

    The ARN of the group for this deployment.