Class: Aws::LaunchWizard::Types::DeploymentConditionalField

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-launchwizard/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

Instance Attribute Details

#comparatorString

The comparator of the condition.

Valid values: Equal | NotEqual

Returns:

  • (String)


135
136
137
138
139
140
141
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 135

class DeploymentConditionalField < Struct.new(
  :comparator,
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the deployment condition.

Returns:

  • (String)


135
136
137
138
139
140
141
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 135

class DeploymentConditionalField < Struct.new(
  :comparator,
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value of the condition.

Returns:

  • (String)


135
136
137
138
139
140
141
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 135

class DeploymentConditionalField < Struct.new(
  :comparator,
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end