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

Class: Aws::Greengrass::Types::BulkDeploymentResult

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

Overview

Information about an individual group deployment in a bulk deployment operation.

Instance Attribute Summary collapse

Instance Attribute Details

#created_atString

The time, in ISO format, when the deployment was created.

Returns:

  • (String)

    The time, in ISO format, when the deployment was created.

#deployment_arnString

The ARN of the group deployment.

Returns:

  • (String)

    The ARN of the group deployment.

#deployment_idString

The ID of the group deployment.

Returns:

  • (String)

    The ID of the group deployment.

#deployment_statusString

The current status of the group deployment: \'\'InProgress\'\', \'\'Building\'\', \'\'Success\'\', or \'\'Failure\'\'.

Returns:

  • (String)

    The current status of the group deployment: \'\'InProgress\'\', \'\'Building\'\', \'\'Success\'\', or \'\'Failure\'\'.

#deployment_typeString

The type of the deployment.

Possible values:

  • NewDeployment
  • Redeployment
  • ResetDeployment
  • ForceResetDeployment

Returns:

  • (String)

    The type of the deployment.

#error_detailsArray<Types::ErrorDetail>

Details about the error.

Returns:

#error_messageString

The error message for a failed deployment

Returns:

  • (String)

    The error message for a failed deployment.

#group_arnString

The ARN of the Greengrass group.

Returns:

  • (String)

    The ARN of the Greengrass group.