Class: Aws::LaunchWizard::Types::ListDeploymentEventsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::LaunchWizard::Types::ListDeploymentEventsOutput
- Defined in:
- gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployment_events ⇒ Array<Types::DeploymentEventDataSummary>
Lists the deployment events.
-
#next_token ⇒ String
The token to include in another request to get the next page of items.
Instance Attribute Details
#deployment_events ⇒ Array<Types::DeploymentEventDataSummary>
Lists the deployment events.
593 594 595 596 597 598 |
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 593 class ListDeploymentEventsOutput < Struct.new( :deployment_events, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to include in another request to get the next page of
items. This value is null when there are no more items to return.
593 594 595 596 597 598 |
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 593 class ListDeploymentEventsOutput < Struct.new( :deployment_events, :next_token) SENSITIVE = [] include Aws::Structure end |