Class: Aws::LaunchWizard::Types::ListDeploymentEventsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::LaunchWizard::Types::ListDeploymentEventsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-launchwizard/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployment_id ⇒ String
The ID of the deployment.
-
#max_results ⇒ Integer
The maximum number of items to return for this request.
-
#next_token ⇒ String
The token returned from a previous paginated request.
Instance Attribute Details
#deployment_id ⇒ String
The ID of the deployment.
463 464 465 466 467 468 469 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 463 class ListDeploymentEventsInput < Struct.new( :deployment_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output.
463 464 465 466 467 468 469 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 463 class ListDeploymentEventsInput < Struct.new( :deployment_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
463 464 465 466 467 468 469 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 463 class ListDeploymentEventsInput < Struct.new( :deployment_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |