Class: Aws::LaunchWizard::Types::DeploymentData

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

Overview

The data associated with a deployment.

Constant Summary collapse

SENSITIVE =
[:specifications]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The time the deployment was created.

Returns:

  • (Time)


202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 202

class DeploymentData < Struct.new(
  :created_at,
  :deleted_at,
  :deployment_arn,
  :id,
  :name,
  :pattern_name,
  :resource_group,
  :specifications,
  :status,
  :tags,
  :workload_name)
  SENSITIVE = [:specifications]
  include Aws::Structure
end

#deleted_atTime

The time the deployment was deleted.

Returns:

  • (Time)


202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 202

class DeploymentData < Struct.new(
  :created_at,
  :deleted_at,
  :deployment_arn,
  :id,
  :name,
  :pattern_name,
  :resource_group,
  :specifications,
  :status,
  :tags,
  :workload_name)
  SENSITIVE = [:specifications]
  include Aws::Structure
end

#deployment_arnString

The Amazon Resource Name (ARN) of the deployment.

Returns:

  • (String)


202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 202

class DeploymentData < Struct.new(
  :created_at,
  :deleted_at,
  :deployment_arn,
  :id,
  :name,
  :pattern_name,
  :resource_group,
  :specifications,
  :status,
  :tags,
  :workload_name)
  SENSITIVE = [:specifications]
  include Aws::Structure
end

#idString

The ID of the deployment.

Returns:

  • (String)


202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 202

class DeploymentData < Struct.new(
  :created_at,
  :deleted_at,
  :deployment_arn,
  :id,
  :name,
  :pattern_name,
  :resource_group,
  :specifications,
  :status,
  :tags,
  :workload_name)
  SENSITIVE = [:specifications]
  include Aws::Structure
end

#nameString

The name of the deployment.

Returns:

  • (String)


202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 202

class DeploymentData < Struct.new(
  :created_at,
  :deleted_at,
  :deployment_arn,
  :id,
  :name,
  :pattern_name,
  :resource_group,
  :specifications,
  :status,
  :tags,
  :workload_name)
  SENSITIVE = [:specifications]
  include Aws::Structure
end

#pattern_nameString

The pattern name of the deployment.

Returns:

  • (String)


202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 202

class DeploymentData < Struct.new(
  :created_at,
  :deleted_at,
  :deployment_arn,
  :id,
  :name,
  :pattern_name,
  :resource_group,
  :specifications,
  :status,
  :tags,
  :workload_name)
  SENSITIVE = [:specifications]
  include Aws::Structure
end

#resource_groupString

The resource group of the deployment.

Returns:

  • (String)


202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 202

class DeploymentData < Struct.new(
  :created_at,
  :deleted_at,
  :deployment_arn,
  :id,
  :name,
  :pattern_name,
  :resource_group,
  :specifications,
  :status,
  :tags,
  :workload_name)
  SENSITIVE = [:specifications]
  include Aws::Structure
end

#specificationsHash<String,String>

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 operation.

Returns:

  • (Hash<String,String>)


202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 202

class DeploymentData < Struct.new(
  :created_at,
  :deleted_at,
  :deployment_arn,
  :id,
  :name,
  :pattern_name,
  :resource_group,
  :specifications,
  :status,
  :tags,
  :workload_name)
  SENSITIVE = [:specifications]
  include Aws::Structure
end

#statusString

The status of the deployment.

Returns:

  • (String)


202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 202

class DeploymentData < Struct.new(
  :created_at,
  :deleted_at,
  :deployment_arn,
  :id,
  :name,
  :pattern_name,
  :resource_group,
  :specifications,
  :status,
  :tags,
  :workload_name)
  SENSITIVE = [:specifications]
  include Aws::Structure
end

#tagsHash<String,String>

Information about the tags attached to a deployment.

Returns:

  • (Hash<String,String>)


202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 202

class DeploymentData < Struct.new(
  :created_at,
  :deleted_at,
  :deployment_arn,
  :id,
  :name,
  :pattern_name,
  :resource_group,
  :specifications,
  :status,
  :tags,
  :workload_name)
  SENSITIVE = [:specifications]
  include Aws::Structure
end

#workload_nameString

The name of the workload.

Returns:

  • (String)


202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 202

class DeploymentData < Struct.new(
  :created_at,
  :deleted_at,
  :deployment_arn,
  :id,
  :name,
  :pattern_name,
  :resource_group,
  :specifications,
  :status,
  :tags,
  :workload_name)
  SENSITIVE = [:specifications]
  include Aws::Structure
end