Class: Aws::LaunchWizard::Types::WorkloadDeploymentPatternDataSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::LaunchWizard::Types::WorkloadDeploymentPatternDataSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-launchwizard/types.rb
Overview
Describes a workload deployment pattern.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployment_pattern_name ⇒ String
The name of a workload deployment pattern.
-
#deployment_pattern_version_name ⇒ String
The version name of a workload deployment pattern.
-
#description ⇒ String
The description of a workload deployment pattern.
-
#display_name ⇒ String
The display name of a workload deployment pattern.
-
#status ⇒ String
The status of a workload deployment pattern.
-
#status_message ⇒ String
A message about a workload deployment pattern’s status.
-
#workload_name ⇒ String
The name of the workload.
-
#workload_version_name ⇒ String
The name of the workload deployment pattern version.
Instance Attribute Details
#deployment_pattern_name ⇒ String
The name of a workload deployment pattern.
1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 1134 class WorkloadDeploymentPatternDataSummary < Struct.new( :workload_name, :deployment_pattern_name, :workload_version_name, :deployment_pattern_version_name, :display_name, :description, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#deployment_pattern_version_name ⇒ String
The version name of a workload deployment pattern.
1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 1134 class WorkloadDeploymentPatternDataSummary < Struct.new( :workload_name, :deployment_pattern_name, :workload_version_name, :deployment_pattern_version_name, :display_name, :description, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of a workload deployment pattern.
1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 1134 class WorkloadDeploymentPatternDataSummary < Struct.new( :workload_name, :deployment_pattern_name, :workload_version_name, :deployment_pattern_version_name, :display_name, :description, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The display name of a workload deployment pattern.
1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 1134 class WorkloadDeploymentPatternDataSummary < Struct.new( :workload_name, :deployment_pattern_name, :workload_version_name, :deployment_pattern_version_name, :display_name, :description, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of a workload deployment pattern.
1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 1134 class WorkloadDeploymentPatternDataSummary < Struct.new( :workload_name, :deployment_pattern_name, :workload_version_name, :deployment_pattern_version_name, :display_name, :description, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
A message about a workload deployment pattern’s status.
1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 1134 class WorkloadDeploymentPatternDataSummary < Struct.new( :workload_name, :deployment_pattern_name, :workload_version_name, :deployment_pattern_version_name, :display_name, :description, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#workload_name ⇒ String
The name of the workload.
1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 1134 class WorkloadDeploymentPatternDataSummary < Struct.new( :workload_name, :deployment_pattern_name, :workload_version_name, :deployment_pattern_version_name, :display_name, :description, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#workload_version_name ⇒ String
The name of the workload deployment pattern version.
1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 1134 class WorkloadDeploymentPatternDataSummary < Struct.new( :workload_name, :deployment_pattern_name, :workload_version_name, :deployment_pattern_version_name, :display_name, :description, :status, :status_message) SENSITIVE = [] include Aws::Structure end |