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)


153
154
155
156
157
158
159
160
161
162
163
164
165
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 153

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

#deleted_atTime

The time the deployment was deleted.

Returns:

  • (Time)


153
154
155
156
157
158
159
160
161
162
163
164
165
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 153

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

#idString

The ID of the deployment.

Returns:

  • (String)


153
154
155
156
157
158
159
160
161
162
163
164
165
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 153

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

#nameString

The name of the deployment.

Returns:

  • (String)


153
154
155
156
157
158
159
160
161
162
163
164
165
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 153

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

#pattern_nameString

The pattern name of the deployment.

Returns:

  • (String)


153
154
155
156
157
158
159
160
161
162
163
164
165
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 153

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

#resource_groupString

The resource group of the deployment.

Returns:

  • (String)


153
154
155
156
157
158
159
160
161
162
163
164
165
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 153

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

#specificationsHash<String,String>

The specifications of the deployment. For more information on specifications for each deployment, see Workload specifications.

Returns:

  • (Hash<String,String>)


153
154
155
156
157
158
159
160
161
162
163
164
165
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 153

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

#statusString

The status of the deployment.

Returns:

  • (String)


153
154
155
156
157
158
159
160
161
162
163
164
165
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 153

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

#workload_nameString

The name of the workload.

Returns:

  • (String)


153
154
155
156
157
158
159
160
161
162
163
164
165
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 153

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