Class: Aws::BCMDataExports::Types::ListExecutionsRequest

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

#export_arnString

The Amazon Resource Name (ARN) for this export.

Returns:

  • (String)


431
432
433
434
435
436
437
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 431

class ListExecutionsRequest < Struct.new(
  :export_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of objects that are returned for the request.

Returns:

  • (Integer)


431
432
433
434
435
436
437
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 431

class ListExecutionsRequest < Struct.new(
  :export_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to retrieve the next set of results.

Returns:

  • (String)


431
432
433
434
435
436
437
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 431

class ListExecutionsRequest < Struct.new(
  :export_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end