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
- Struct
- Aws::Greengrass::Types::Deployment
- Defined in:
- (unknown)
Overview
Information about a deployment.
Instance Attribute Summary collapse
-
#created_at ⇒ String
The time, in milliseconds since the epoch, when the deployment was created.
-
#deployment_arn ⇒ String
The ARN of the deployment.
-
#deployment_id ⇒ String
The ID of the deployment.
-
#deployment_type ⇒ String
The type of the deployment.
-
#group_arn ⇒ String
The ARN of the group for this deployment.
Instance Attribute Details
#created_at ⇒ String
The time, in milliseconds since the epoch, when the deployment was created.
#deployment_arn ⇒ String
The ARN of the deployment.
#deployment_id ⇒ String
The ID of the deployment.
#deployment_type ⇒ String
The type of the deployment.
Possible values:
- NewDeployment
- Redeployment
- ResetDeployment
- ForceResetDeployment
#group_arn ⇒ String
The ARN of the group for this deployment.