Class: Aws::LakeFormation::Types::ListTransactionsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_idString

The catalog for which to list transactions. Defaults to the account ID of the caller.

Returns:

  • (String)


2463
2464
2465
2466
2467
2468
2469
2470
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2463

class ListTransactionsRequest < Struct.new(
  :catalog_id,
  :status_filter,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of transactions to return in a single call.

Returns:

  • (Integer)


2463
2464
2465
2466
2467
2468
2469
2470
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2463

class ListTransactionsRequest < Struct.new(
  :catalog_id,
  :status_filter,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A continuation token if this is not the first call to retrieve transactions.

Returns:

  • (String)


2463
2464
2465
2466
2467
2468
2469
2470
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2463

class ListTransactionsRequest < Struct.new(
  :catalog_id,
  :status_filter,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#status_filterString

A filter indicating the status of transactions to return. Options are ALL | COMPLETED | COMMITTED | ABORTED | ACTIVE. The default is ALL.

Returns:

  • (String)


2463
2464
2465
2466
2467
2468
2469
2470
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2463

class ListTransactionsRequest < Struct.new(
  :catalog_id,
  :status_filter,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end