Class: Aws::BCMDataExports::Types::ListExecutionsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#executionsArray<Types::ExecutionReference>

The list of executions.

Returns:



449
450
451
452
453
454
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 449

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

#next_tokenString

The token to retrieve the next set of results.

Returns:

  • (String)


449
450
451
452
453
454
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 449

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