Class: Aws::LaunchWizard::Types::DeploymentDataSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::LaunchWizard::Types::DeploymentDataSummary
- 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
-
#created_at ⇒ Time
The time the deployment was created.
-
#id ⇒ String
The ID of the deployment.
-
#modified_at ⇒ Time
The time the deployment was last modified.
-
#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.
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 |
#id ⇒ String
The ID of the deployment.
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_at ⇒ Time
The time the deployment was last modified.
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 |
#name ⇒ String
The name of the deployment
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_name ⇒ String
The name of the workload deployment pattern.
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 |
#status ⇒ String
The status of the deployment.
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_name ⇒ String
The name of the workload.
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 |