Class: Aws::LaunchWizard::Types::ListDeploymentEventsInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-launchwizard/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_idString

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_resultsInteger

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_tokenString

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