Class: Aws::Greengrass::Types::Deployment
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::Deployment
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Information about a deployment.
Constant Summary collapse
- SENSITIVE =
[]
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.
1504 1505 1506 1507 1508 1509 1510 1511 1512 |
# File 'lib/aws-sdk-greengrass/types.rb', line 1504 class Deployment < Struct.new( :created_at, :deployment_arn, :deployment_id, :deployment_type, :group_arn) SENSITIVE = [] include Aws::Structure end |
#deployment_arn ⇒ String
The ARN of the deployment.
1504 1505 1506 1507 1508 1509 1510 1511 1512 |
# File 'lib/aws-sdk-greengrass/types.rb', line 1504 class Deployment < Struct.new( :created_at, :deployment_arn, :deployment_id, :deployment_type, :group_arn) SENSITIVE = [] include Aws::Structure end |
#deployment_id ⇒ String
The ID of the deployment.
1504 1505 1506 1507 1508 1509 1510 1511 1512 |
# File 'lib/aws-sdk-greengrass/types.rb', line 1504 class Deployment < Struct.new( :created_at, :deployment_arn, :deployment_id, :deployment_type, :group_arn) SENSITIVE = [] include Aws::Structure end |
#deployment_type ⇒ String
The type of the deployment.
1504 1505 1506 1507 1508 1509 1510 1511 1512 |
# File 'lib/aws-sdk-greengrass/types.rb', line 1504 class Deployment < Struct.new( :created_at, :deployment_arn, :deployment_id, :deployment_type, :group_arn) SENSITIVE = [] include Aws::Structure end |
#group_arn ⇒ String
The ARN of the group for this deployment.
1504 1505 1506 1507 1508 1509 1510 1511 1512 |
# File 'lib/aws-sdk-greengrass/types.rb', line 1504 class Deployment < Struct.new( :created_at, :deployment_arn, :deployment_id, :deployment_type, :group_arn) SENSITIVE = [] include Aws::Structure end |