Class: Aws::LaunchWizard::Types::DeploymentEventDataSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::LaunchWizard::Types::DeploymentEventDataSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-launchwizard/types.rb
Overview
A summary of the deployment event data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the deployment event.
-
#name ⇒ String
The name of the deployment event.
-
#status ⇒ String
The status of the deployment event.
-
#status_reason ⇒ String
The reason of the deployment event status.
-
#timestamp ⇒ Time
The timestamp of the deployment event.
Instance Attribute Details
#description ⇒ String
The description of the deployment event.
281 282 283 284 285 286 287 288 289 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 281 class DeploymentEventDataSummary < Struct.new( :description, :name, :status, :status_reason, :timestamp) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the deployment event.
281 282 283 284 285 286 287 288 289 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 281 class DeploymentEventDataSummary < Struct.new( :description, :name, :status, :status_reason, :timestamp) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the deployment event.
281 282 283 284 285 286 287 288 289 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 281 class DeploymentEventDataSummary < Struct.new( :description, :name, :status, :status_reason, :timestamp) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
The reason of the deployment event status.
281 282 283 284 285 286 287 288 289 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 281 class DeploymentEventDataSummary < Struct.new( :description, :name, :status, :status_reason, :timestamp) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
The timestamp of the deployment event.
281 282 283 284 285 286 287 288 289 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 281 class DeploymentEventDataSummary < Struct.new( :description, :name, :status, :status_reason, :timestamp) SENSITIVE = [] include Aws::Structure end |