Class: Aws::LaunchWizard::Types::WorkloadDeploymentPatternData

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-launchwizard/types.rb

Overview

The data that details a workload deployment pattern.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_pattern_nameString

The name of the deployment pattern.

Returns:

  • (String)


839
840
841
842
843
844
845
846
847
848
849
850
# File 'lib/aws-sdk-launchwizard/types.rb', line 839

class WorkloadDeploymentPatternData < Struct.new(
  :deployment_pattern_name,
  :description,
  :display_name,
  :specifications,
  :status,
  :status_message,
  :workload_name,
  :workload_version_name)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the deployment pattern.

Returns:

  • (String)


839
840
841
842
843
844
845
846
847
848
849
850
# File 'lib/aws-sdk-launchwizard/types.rb', line 839

class WorkloadDeploymentPatternData < Struct.new(
  :deployment_pattern_name,
  :description,
  :display_name,
  :specifications,
  :status,
  :status_message,
  :workload_name,
  :workload_version_name)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The display name of the deployment pattern.

Returns:

  • (String)


839
840
841
842
843
844
845
846
847
848
849
850
# File 'lib/aws-sdk-launchwizard/types.rb', line 839

class WorkloadDeploymentPatternData < Struct.new(
  :deployment_pattern_name,
  :description,
  :display_name,
  :specifications,
  :status,
  :status_message,
  :workload_name,
  :workload_version_name)
  SENSITIVE = []
  include Aws::Structure
end

#specificationsArray<Types::DeploymentSpecificationsField>

The settings specified for the deployment. These settings define how to deploy and configure your resources created by the deployment. For more information about the specifications required for creating a deployment for a SAP workload, see [SAP deployment specifications]. To retrieve the specifications required to create a deployment for other workloads, use the [ ‘GetWorkloadDeploymentPattern` ][2] operation.

[1]: docs.aws.amazon.com/launchwizard/latest/APIReference/launch-wizard-specifications-sap.html [2]: docs.aws.amazon.com/launchwizard/latest/APIReference/API_GetWorkloadDeploymentPattern.html



839
840
841
842
843
844
845
846
847
848
849
850
# File 'lib/aws-sdk-launchwizard/types.rb', line 839

class WorkloadDeploymentPatternData < Struct.new(
  :deployment_pattern_name,
  :description,
  :display_name,
  :specifications,
  :status,
  :status_message,
  :workload_name,
  :workload_version_name)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the deployment pattern.

Returns:

  • (String)


839
840
841
842
843
844
845
846
847
848
849
850
# File 'lib/aws-sdk-launchwizard/types.rb', line 839

class WorkloadDeploymentPatternData < Struct.new(
  :deployment_pattern_name,
  :description,
  :display_name,
  :specifications,
  :status,
  :status_message,
  :workload_name,
  :workload_version_name)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

The status message of the deployment pattern.

Returns:

  • (String)


839
840
841
842
843
844
845
846
847
848
849
850
# File 'lib/aws-sdk-launchwizard/types.rb', line 839

class WorkloadDeploymentPatternData < Struct.new(
  :deployment_pattern_name,
  :description,
  :display_name,
  :specifications,
  :status,
  :status_message,
  :workload_name,
  :workload_version_name)
  SENSITIVE = []
  include Aws::Structure
end

#workload_nameString

The workload name of the deployment pattern.

Returns:

  • (String)


839
840
841
842
843
844
845
846
847
848
849
850
# File 'lib/aws-sdk-launchwizard/types.rb', line 839

class WorkloadDeploymentPatternData < Struct.new(
  :deployment_pattern_name,
  :description,
  :display_name,
  :specifications,
  :status,
  :status_message,
  :workload_name,
  :workload_version_name)
  SENSITIVE = []
  include Aws::Structure
end

#workload_version_nameString

The workload version name of the deployment pattern.

Returns:

  • (String)


839
840
841
842
843
844
845
846
847
848
849
850
# File 'lib/aws-sdk-launchwizard/types.rb', line 839

class WorkloadDeploymentPatternData < Struct.new(
  :deployment_pattern_name,
  :description,
  :display_name,
  :specifications,
  :status,
  :status_message,
  :workload_name,
  :workload_version_name)
  SENSITIVE = []
  include Aws::Structure
end