Class: Aws::ManagedBlockchainQuery::Types::ConfirmationStatusFilter

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

Overview

The container for the ConfirmationStatusFilter that filters for the finality of the results.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#includeArray<String>

The container to determine whether to list results that have only reached finality . Transactions that have reached finality are always part of the response.

Returns:

  • (Array<String>)


250
251
252
253
254
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 250

class ConfirmationStatusFilter < Struct.new(
  :include)
  SENSITIVE = []
  include Aws::Structure
end