Class: Aws::LaunchWizard::Types::DeploymentSpecificationsField

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

Instance Attribute Details

#allowed_valuesArray<String>

The allowed values of the deployment specification.

Returns:

  • (Array<String>)


339
340
341
342
343
344
345
346
347
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 339

class DeploymentSpecificationsField < Struct.new(
  :allowed_values,
  :conditionals,
  :description,
  :name,
  :required)
  SENSITIVE = []
  include Aws::Structure
end

#conditionalsArray<Types::DeploymentConditionalField>

The conditionals used for the deployment specification.



339
340
341
342
343
344
345
346
347
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 339

class DeploymentSpecificationsField < Struct.new(
  :allowed_values,
  :conditionals,
  :description,
  :name,
  :required)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the deployment specification.

Returns:

  • (String)


339
340
341
342
343
344
345
346
347
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 339

class DeploymentSpecificationsField < Struct.new(
  :allowed_values,
  :conditionals,
  :description,
  :name,
  :required)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the deployment specification.

Returns:

  • (String)


339
340
341
342
343
344
345
346
347
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 339

class DeploymentSpecificationsField < Struct.new(
  :allowed_values,
  :conditionals,
  :description,
  :name,
  :required)
  SENSITIVE = []
  include Aws::Structure
end

#requiredString

Indicates if the deployment specification is required.

Returns:

  • (String)


339
340
341
342
343
344
345
346
347
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 339

class DeploymentSpecificationsField < Struct.new(
  :allowed_values,
  :conditionals,
  :description,
  :name,
  :required)
  SENSITIVE = []
  include Aws::Structure
end