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

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

Overview

The container for the ‘ConfirmationStatusFilter` that filters for the

finality ][1

of the results.

[1]: docs.aws.amazon.com/managed-blockchain/latest/ambq-dg/key-concepts.html#finality

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 ][1]. Transactions that have reached finality are always part of the response.

[1]: docs.aws.amazon.com/managed-blockchain/latest/ambq-dg/key-concepts.html#finality

Returns:

  • (Array<String>)


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

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