Class: Aws::Types::ListTransactionsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_id::String

Returns the value of attribute catalog_id.

Returns:

  • (::String)


807
808
809
# File 'sig/types.rbs', line 807

def catalog_id
  @catalog_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


809
810
811
# File 'sig/types.rbs', line 809

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


810
811
812
# File 'sig/types.rbs', line 810

def next_token
  @next_token
end

#status_filter"ALL", ...

Returns the value of attribute status_filter.

Returns:

  • ("ALL", "COMPLETED", "ACTIVE", "COMMITTED", "ABORTED")


808
809
810
# File 'sig/types.rbs', line 808

def status_filter
  @status_filter
end