Class: Aws::LaunchWizard::Types::DeploymentEventDataSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::LaunchWizard::Types::DeploymentEventDataSummary
- Defined in:
- gems/aws-sdk-launchwizard/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.
291 292 293 294 295 296 297 298 299 |
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 291 class DeploymentEventDataSummary < Struct.new( :name, :description, :status, :status_reason, :timestamp) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the deployment event.
291 292 293 294 295 296 297 298 299 |
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 291 class DeploymentEventDataSummary < Struct.new( :name, :description, :status, :status_reason, :timestamp) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the deployment event.
291 292 293 294 295 296 297 298 299 |
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 291 class DeploymentEventDataSummary < Struct.new( :name, :description, :status, :status_reason, :timestamp) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
The reason of the deployment event status.
291 292 293 294 295 296 297 298 299 |
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 291 class DeploymentEventDataSummary < Struct.new( :name, :description, :status, :status_reason, :timestamp) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
The timestamp of the deployment event.
291 292 293 294 295 296 297 298 299 |
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 291 class DeploymentEventDataSummary < Struct.new( :name, :description, :status, :status_reason, :timestamp) SENSITIVE = [] include Aws::Structure end |