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)


195
196
197
198
199
200
201
202
203
204
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 195

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

#idString

The ID of the deployment.

Returns:

  • (String)


195
196
197
198
199
200
201
202
203
204
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 195

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

#nameString

The name of the deployment

Returns:

  • (String)


195
196
197
198
199
200
201
202
203
204
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 195

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

#pattern_nameString

The name of the workload deployment pattern.

Returns:

  • (String)


195
196
197
198
199
200
201
202
203
204
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 195

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

#statusString

The status of the deployment.

Returns:

  • (String)


195
196
197
198
199
200
201
202
203
204
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 195

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

#workload_nameString

The name of the workload.

Returns:

  • (String)


195
196
197
198
199
200
201
202
203
204
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 195

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