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.
-
#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.
884 885 886 887 888 889 890 891 892 893 894 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 884 class WorkloadDeploymentPatternDataSummary < Struct.new( :deployment_pattern_name, :description, :display_name, :status, :status_message, :workload_name, :workload_version_name) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of a workload deployment pattern.
884 885 886 887 888 889 890 891 892 893 894 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 884 class WorkloadDeploymentPatternDataSummary < Struct.new( :deployment_pattern_name, :description, :display_name, :status, :status_message, :workload_name, :workload_version_name) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The display name of a workload deployment pattern.
884 885 886 887 888 889 890 891 892 893 894 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 884 class WorkloadDeploymentPatternDataSummary < Struct.new( :deployment_pattern_name, :description, :display_name, :status, :status_message, :workload_name, :workload_version_name) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of a workload deployment pattern.
884 885 886 887 888 889 890 891 892 893 894 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 884 class WorkloadDeploymentPatternDataSummary < Struct.new( :deployment_pattern_name, :description, :display_name, :status, :status_message, :workload_name, :workload_version_name) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
A message about a workload deployment pattern’s status.
884 885 886 887 888 889 890 891 892 893 894 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 884 class WorkloadDeploymentPatternDataSummary < Struct.new( :deployment_pattern_name, :description, :display_name, :status, :status_message, :workload_name, :workload_version_name) SENSITIVE = [] include Aws::Structure end |
#workload_name ⇒ String
The name of the workload.
884 885 886 887 888 889 890 891 892 893 894 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 884 class WorkloadDeploymentPatternDataSummary < Struct.new( :deployment_pattern_name, :description, :display_name, :status, :status_message, :workload_name, :workload_version_name) SENSITIVE = [] include Aws::Structure end |
#workload_version_name ⇒ String
The name of the workload deployment pattern version.
884 885 886 887 888 889 890 891 892 893 894 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 884 class WorkloadDeploymentPatternDataSummary < Struct.new( :deployment_pattern_name, :description, :display_name, :status, :status_message, :workload_name, :workload_version_name) SENSITIVE = [] include Aws::Structure end |