Class: Aws::LaunchWizard::Types::DeploymentConditionalField
- Inherits:
-
Struct
- Object
- Struct
- Aws::LaunchWizard::Types::DeploymentConditionalField
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-launchwizard/types.rb
Overview
A field that details a condition of the specifications for a deployment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comparator ⇒ String
The comparator of the condition.
-
#name ⇒ String
The name of the deployment condition.
-
#value ⇒ String
The value of the condition.
Instance Attribute Details
#comparator ⇒ String
The comparator of the condition.
Valid values: ‘Equal | NotEqual`
135 136 137 138 139 140 141 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 135 class DeploymentConditionalField < Struct.new( :comparator, :name, :value) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the deployment condition.
135 136 137 138 139 140 141 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 135 class DeploymentConditionalField < Struct.new( :comparator, :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the condition.
135 136 137 138 139 140 141 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 135 class DeploymentConditionalField < Struct.new( :comparator, :name, :value) SENSITIVE = [] include Aws::Structure end |