Class: Aws::LaunchWizard::Types::DeploymentDataSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::LaunchWizard::Types::DeploymentDataSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-launchwizard/types.rb
Overview
A summary of the deployment data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The time the deployment was created.
-
#id ⇒ String
The ID of the deployment.
-
#name ⇒ String
The name of the deployment.
-
#pattern_name ⇒ String
The name of the workload deployment pattern.
-
#status ⇒ String
The status of the deployment.
-
#workload_name ⇒ String
The name of the workload.
Instance Attribute Details
#created_at ⇒ Time
The time the deployment was created.
246 247 248 249 250 251 252 253 254 255 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 246 class DeploymentDataSummary < Struct.new( :created_at, :id, :name, :pattern_name, :status, :workload_name) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the deployment.
246 247 248 249 250 251 252 253 254 255 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 246 class DeploymentDataSummary < Struct.new( :created_at, :id, :name, :pattern_name, :status, :workload_name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the deployment
246 247 248 249 250 251 252 253 254 255 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 246 class DeploymentDataSummary < Struct.new( :created_at, :id, :name, :pattern_name, :status, :workload_name) SENSITIVE = [] include Aws::Structure end |
#pattern_name ⇒ String
The name of the workload deployment pattern.
246 247 248 249 250 251 252 253 254 255 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 246 class DeploymentDataSummary < Struct.new( :created_at, :id, :name, :pattern_name, :status, :workload_name) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the deployment.
246 247 248 249 250 251 252 253 254 255 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 246 class DeploymentDataSummary < Struct.new( :created_at, :id, :name, :pattern_name, :status, :workload_name) SENSITIVE = [] include Aws::Structure end |
#workload_name ⇒ String
The name of the workload.
246 247 248 249 250 251 252 253 254 255 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 246 class DeploymentDataSummary < Struct.new( :created_at, :id, :name, :pattern_name, :status, :workload_name) SENSITIVE = [] include Aws::Structure end |