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_at ⇒ Time

The time the deployment was created.

Returns:

  • (Time)


253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 253

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

#deleted_at ⇒ Time

The time the deployment was deleted.

Returns:

  • (Time)


253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 253

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

#deployment_arn ⇒ String

The Amazon Resource Name (ARN) of the deployment.

Returns:

  • (String)


253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 253

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

#id ⇒ String

The ID of the deployment.

Returns:

  • (String)


253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 253

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

#modified_at ⇒ Time

The time the deployment was last modified.

Returns:

  • (Time)


253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 253

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

#name ⇒ String

The name of the deployment.

Returns:

  • (String)


253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 253

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

#pattern_name ⇒ String

The pattern name of the deployment.

Returns:

  • (String)


253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 253

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

#resource_group ⇒ String

The resource group of the deployment.

Returns:

  • (String)


253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 253

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

#specifications ⇒ Hash<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>)


253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 253

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

#status ⇒ String

The status of the deployment.

Returns:

  • (String)


253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 253

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

#tags ⇒ Hash<String,String>

Information about the tags attached to a deployment.

Returns:

  • (Hash<String,String>)


253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 253

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

#workload_name ⇒ String

The name of the workload.

Returns:

  • (String)


253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 253

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