Class: Aws::LaunchWizard::Types::DeploymentSpecificationsField
- Inherits:
-
Struct
- Object
- Struct
- Aws::LaunchWizard::Types::DeploymentSpecificationsField
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-launchwizard/types.rb
Overview
A field that details a specification of a deployment pattern.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allowed_values ⇒ Array<String>
The allowed values of the deployment specification.
-
#conditionals ⇒ Array<Types::DeploymentConditionalField>
The conditionals used for the deployment specification.
-
#description ⇒ String
The description of the deployment specification.
-
#name ⇒ String
The name of the deployment specification.
-
#required ⇒ String
Indicates if the deployment specification is required.
Instance Attribute Details
#allowed_values ⇒ Array<String>
The allowed values of the deployment specification.
339 340 341 342 343 344 345 346 347 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 339 class DeploymentSpecificationsField < Struct.new( :allowed_values, :conditionals, :description, :name, :required) SENSITIVE = [] include Aws::Structure end |
#conditionals ⇒ Array<Types::DeploymentConditionalField>
The conditionals used for the deployment specification.
339 340 341 342 343 344 345 346 347 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 339 class DeploymentSpecificationsField < Struct.new( :allowed_values, :conditionals, :description, :name, :required) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the deployment specification.
339 340 341 342 343 344 345 346 347 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 339 class DeploymentSpecificationsField < Struct.new( :allowed_values, :conditionals, :description, :name, :required) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the deployment specification.
339 340 341 342 343 344 345 346 347 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 339 class DeploymentSpecificationsField < Struct.new( :allowed_values, :conditionals, :description, :name, :required) SENSITIVE = [] include Aws::Structure end |
#required ⇒ String
Indicates if the deployment specification is required.
339 340 341 342 343 344 345 346 347 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 339 class DeploymentSpecificationsField < Struct.new( :allowed_values, :conditionals, :description, :name, :required) SENSITIVE = [] include Aws::Structure end |