Class: Aws::LaunchWizard::Types::DeploymentDataSummary

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

Overview

A summary of the deployment data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The time the deployment was created.

Returns:

  • (Time)


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

class DeploymentDataSummary < Struct.new(
  :name,
  :id,
  :workload_name,
  :pattern_name,
  :status,
  :created_at,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the deployment.

Returns:

  • (String)


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

class DeploymentDataSummary < Struct.new(
  :name,
  :id,
  :workload_name,
  :pattern_name,
  :status,
  :created_at,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#modified_atTime

The time the deployment was last modified.

Returns:

  • (Time)


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

class DeploymentDataSummary < Struct.new(
  :name,
  :id,
  :workload_name,
  :pattern_name,
  :status,
  :created_at,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the deployment

Returns:

  • (String)


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

class DeploymentDataSummary < Struct.new(
  :name,
  :id,
  :workload_name,
  :pattern_name,
  :status,
  :created_at,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#pattern_nameString

The name of the workload deployment pattern.

Returns:

  • (String)


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

class DeploymentDataSummary < Struct.new(
  :name,
  :id,
  :workload_name,
  :pattern_name,
  :status,
  :created_at,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the deployment.

Returns:

  • (String)


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

class DeploymentDataSummary < Struct.new(
  :name,
  :id,
  :workload_name,
  :pattern_name,
  :status,
  :created_at,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#workload_nameString

The name of the workload.

Returns:

  • (String)


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

class DeploymentDataSummary < Struct.new(
  :name,
  :id,
  :workload_name,
  :pattern_name,
  :status,
  :created_at,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end