Class: Aws::LaunchWizard::Types::WorkloadDeploymentPatternData
- Inherits:
-
Struct
- Object
- Struct
- Aws::LaunchWizard::Types::WorkloadDeploymentPatternData
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-launchwizard/types.rb
Overview
The data that details a workload deployment pattern.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployment_pattern_name ⇒ String
The name of the deployment pattern.
-
#description ⇒ String
The description of the deployment pattern.
-
#display_name ⇒ String
The display name of the deployment pattern.
-
#specifications ⇒ Array<Types::DeploymentSpecificationsField>
The settings specified for the deployment.
-
#status ⇒ String
The status of the deployment pattern.
-
#status_message ⇒ String
The status message of the deployment pattern.
-
#workload_name ⇒ String
The workload name of the deployment pattern.
-
#workload_version_name ⇒ String
The workload version name of the deployment pattern.
Instance Attribute Details
#deployment_pattern_name ⇒ String
The name of the deployment pattern.
839 840 841 842 843 844 845 846 847 848 849 850 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 839 class WorkloadDeploymentPatternData < Struct.new( :deployment_pattern_name, :description, :display_name, :specifications, :status, :status_message, :workload_name, :workload_version_name) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the deployment pattern.
839 840 841 842 843 844 845 846 847 848 849 850 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 839 class WorkloadDeploymentPatternData < Struct.new( :deployment_pattern_name, :description, :display_name, :specifications, :status, :status_message, :workload_name, :workload_version_name) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The display name of the deployment pattern.
839 840 841 842 843 844 845 846 847 848 849 850 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 839 class WorkloadDeploymentPatternData < Struct.new( :deployment_pattern_name, :description, :display_name, :specifications, :status, :status_message, :workload_name, :workload_version_name) SENSITIVE = [] include Aws::Structure end |
#specifications ⇒ Array<Types::DeploymentSpecificationsField>
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
839 840 841 842 843 844 845 846 847 848 849 850 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 839 class WorkloadDeploymentPatternData < Struct.new( :deployment_pattern_name, :description, :display_name, :specifications, :status, :status_message, :workload_name, :workload_version_name) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the deployment pattern.
839 840 841 842 843 844 845 846 847 848 849 850 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 839 class WorkloadDeploymentPatternData < Struct.new( :deployment_pattern_name, :description, :display_name, :specifications, :status, :status_message, :workload_name, :workload_version_name) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The status message of the deployment pattern.
839 840 841 842 843 844 845 846 847 848 849 850 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 839 class WorkloadDeploymentPatternData < Struct.new( :deployment_pattern_name, :description, :display_name, :specifications, :status, :status_message, :workload_name, :workload_version_name) SENSITIVE = [] include Aws::Structure end |
#workload_name ⇒ String
The workload name of the deployment pattern.
839 840 841 842 843 844 845 846 847 848 849 850 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 839 class WorkloadDeploymentPatternData < Struct.new( :deployment_pattern_name, :description, :display_name, :specifications, :status, :status_message, :workload_name, :workload_version_name) SENSITIVE = [] include Aws::Structure end |
#workload_version_name ⇒ String
The workload version name of the deployment pattern.
839 840 841 842 843 844 845 846 847 848 849 850 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 839 class WorkloadDeploymentPatternData < Struct.new( :deployment_pattern_name, :description, :display_name, :specifications, :status, :status_message, :workload_name, :workload_version_name) SENSITIVE = [] include Aws::Structure end |