Class: Aws::LaunchWizard::Types::ListDeploymentEventsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_eventsArray<Types::DeploymentEventDataSummary>

Lists the deployment events.



368
369
370
371
372
373
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 368

class ListDeploymentEventsOutput < Struct.new(
  :deployment_events,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


368
369
370
371
372
373
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 368

class ListDeploymentEventsOutput < Struct.new(
  :deployment_events,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end