Class: Aws::LaunchWizard::Types::DeploymentData
- Inherits:
-
Struct
- Object
- Struct
- Aws::LaunchWizard::Types::DeploymentData
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-launchwizard/types.rb
Overview
The data associated with a deployment.
Constant Summary collapse
- SENSITIVE =
[:specifications]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The time the deployment was created.
-
#deleted_at ⇒ Time
The time the deployment was deleted.
-
#deployment_arn ⇒ String
The Amazon Resource Name (ARN) of the deployment.
-
#id ⇒ String
The ID of the deployment.
-
#name ⇒ String
The name of the deployment.
-
#pattern_name ⇒ String
The pattern name of the deployment.
-
#resource_group ⇒ String
The resource group of the deployment.
-
#specifications ⇒ Hash<String,String>
The settings specified for the deployment.
-
#status ⇒ String
The status of the deployment.
-
#tags ⇒ Hash<String,String>
Information about the tags attached to a deployment.
-
#workload_name ⇒ String
The name of the workload.
Instance Attribute Details
#created_at ⇒ Time
The time the deployment was created.
202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 202 class DeploymentData < Struct.new( :created_at, :deleted_at, :deployment_arn, :id, :name, :pattern_name, :resource_group, :specifications, :status, :tags, :workload_name) SENSITIVE = [:specifications] include Aws::Structure end |
#deleted_at ⇒ Time
The time the deployment was deleted.
202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 202 class DeploymentData < Struct.new( :created_at, :deleted_at, :deployment_arn, :id, :name, :pattern_name, :resource_group, :specifications, :status, :tags, :workload_name) SENSITIVE = [:specifications] include Aws::Structure end |
#deployment_arn ⇒ String
The Amazon Resource Name (ARN) of the deployment.
202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 202 class DeploymentData < Struct.new( :created_at, :deleted_at, :deployment_arn, :id, :name, :pattern_name, :resource_group, :specifications, :status, :tags, :workload_name) SENSITIVE = [:specifications] include Aws::Structure end |
#id ⇒ String
The ID of the deployment.
202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 202 class DeploymentData < Struct.new( :created_at, :deleted_at, :deployment_arn, :id, :name, :pattern_name, :resource_group, :specifications, :status, :tags, :workload_name) SENSITIVE = [:specifications] include Aws::Structure end |
#name ⇒ String
The name of the deployment.
202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 202 class DeploymentData < Struct.new( :created_at, :deleted_at, :deployment_arn, :id, :name, :pattern_name, :resource_group, :specifications, :status, :tags, :workload_name) SENSITIVE = [:specifications] include Aws::Structure end |
#pattern_name ⇒ String
The pattern name of the deployment.
202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 202 class DeploymentData < Struct.new( :created_at, :deleted_at, :deployment_arn, :id, :name, :pattern_name, :resource_group, :specifications, :status, :tags, :workload_name) SENSITIVE = [:specifications] include Aws::Structure end |
#resource_group ⇒ String
The resource group of the deployment.
202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 202 class DeploymentData < Struct.new( :created_at, :deleted_at, :deployment_arn, :id, :name, :pattern_name, :resource_group, :specifications, :status, :tags, :workload_name) SENSITIVE = [:specifications] include Aws::Structure end |
#specifications ⇒ Hash<String,String>
The settings specified for the deployment. These settings define how to deploy and configure your resources created by the deployment. For more information about the specifications required for creating a deployment for a SAP workload, see [SAP deployment specifications]. To retrieve the specifications required to create a deployment for other workloads, use the [ ‘GetWorkloadDeploymentPattern` ][2] operation.
[1]: docs.aws.amazon.com/launchwizard/latest/APIReference/launch-wizard-specifications-sap.html [2]: docs.aws.amazon.com/launchwizard/latest/APIReference/API_GetWorkloadDeploymentPattern.html
202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 202 class DeploymentData < Struct.new( :created_at, :deleted_at, :deployment_arn, :id, :name, :pattern_name, :resource_group, :specifications, :status, :tags, :workload_name) SENSITIVE = [:specifications] include Aws::Structure end |
#status ⇒ String
The status of the deployment.
202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 202 class DeploymentData < Struct.new( :created_at, :deleted_at, :deployment_arn, :id, :name, :pattern_name, :resource_group, :specifications, :status, :tags, :workload_name) SENSITIVE = [:specifications] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Information about the tags attached to a deployment.
202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 202 class DeploymentData < Struct.new( :created_at, :deleted_at, :deployment_arn, :id, :name, :pattern_name, :resource_group, :specifications, :status, :tags, :workload_name) SENSITIVE = [:specifications] include Aws::Structure end |
#workload_name ⇒ String
The name of the workload.
202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 202 class DeploymentData < Struct.new( :created_at, :deleted_at, :deployment_arn, :id, :name, :pattern_name, :resource_group, :specifications, :status, :tags, :workload_name) SENSITIVE = [:specifications] include Aws::Structure end |