Class: Aws::LaunchWizard::Types::DeploymentPatternVersionDataSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#deployment_pattern_nameString

The name of the deployment pattern.

Returns:

  • (String)


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_nameString

The name of the deployment pattern version.

Returns:

  • (String)


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

#descriptionString

The description of the deployment pattern version.

Returns:

  • (String)


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_urlString

The URL of the documentation for the deployment pattern version.

Returns:

  • (String)


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_nameString

The name of the workload.

Returns:

  • (String)


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