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.
-
#metadata ⇒ Hash<String,String>
A map of metadata key-value pairs associated with a 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.
344 345 346 347 348 349 350 351 352 353 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 344 class DeploymentEventDataSummary < Struct.new( :name, :description, :status, :status_reason, :timestamp, :metadata) SENSITIVE = [] include Aws::Structure end |
#metadata ⇒ Hash<String,String>
A map of metadata key-value pairs associated with a deployment event. For error detection events, contains workload context and log excerpts used for troubleshooting.
344 345 346 347 348 349 350 351 352 353 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 344 class DeploymentEventDataSummary < Struct.new( :name, :description, :status, :status_reason, :timestamp, :metadata) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the deployment event.
344 345 346 347 348 349 350 351 352 353 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 344 class DeploymentEventDataSummary < Struct.new( :name, :description, :status, :status_reason, :timestamp, :metadata) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the deployment event.
344 345 346 347 348 349 350 351 352 353 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 344 class DeploymentEventDataSummary < Struct.new( :name, :description, :status, :status_reason, :timestamp, :metadata) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
The reason of the deployment event status.
344 345 346 347 348 349 350 351 352 353 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 344 class DeploymentEventDataSummary < Struct.new( :name, :description, :status, :status_reason, :timestamp, :metadata) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
The timestamp of the deployment event.
344 345 346 347 348 349 350 351 352 353 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 344 class DeploymentEventDataSummary < Struct.new( :name, :description, :status, :status_reason, :timestamp, :metadata) SENSITIVE = [] include Aws::Structure end |