Class: Aws::LaunchWizard::Types::DeploymentPatternVersionDataSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::LaunchWizard::Types::DeploymentPatternVersionDataSummary
- Defined in:
- gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb
Overview
Describes a deployment pattern version summary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployment_pattern_name ⇒ String
The name of the deployment pattern.
-
#deployment_pattern_version_name ⇒ String
The name of the deployment pattern version.
-
#description ⇒ String
The description of the deployment pattern version.
-
#documentation_url ⇒ String
The URL of the documentation for the deployment pattern version.
-
#workload_name ⇒ String
The name of the workload.
Instance Attribute Details
#deployment_pattern_name ⇒ String
The name of the deployment pattern.
349 350 351 352 353 354 355 356 357 |
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 349 class DeploymentPatternVersionDataSummary < Struct.new( :deployment_pattern_version_name, :description, :documentation_url, :workload_name, :deployment_pattern_name) SENSITIVE = [] include Aws::Structure end |
#deployment_pattern_version_name ⇒ String
The name of the deployment pattern version.
349 350 351 352 353 354 355 356 357 |
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 349 class DeploymentPatternVersionDataSummary < Struct.new( :deployment_pattern_version_name, :description, :documentation_url, :workload_name, :deployment_pattern_name) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the deployment pattern version.
349 350 351 352 353 354 355 356 357 |
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 349 class DeploymentPatternVersionDataSummary < Struct.new( :deployment_pattern_version_name, :description, :documentation_url, :workload_name, :deployment_pattern_name) SENSITIVE = [] include Aws::Structure end |
#documentation_url ⇒ String
The URL of the documentation for the deployment pattern version.
349 350 351 352 353 354 355 356 357 |
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 349 class DeploymentPatternVersionDataSummary < Struct.new( :deployment_pattern_version_name, :description, :documentation_url, :workload_name, :deployment_pattern_name) SENSITIVE = [] include Aws::Structure end |
#workload_name ⇒ String
The name of the workload.
349 350 351 352 353 354 355 356 357 |
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 349 class DeploymentPatternVersionDataSummary < Struct.new( :deployment_pattern_version_name, :description, :documentation_url, :workload_name, :deployment_pattern_name) SENSITIVE = [] include Aws::Structure end |