Class: Aws::ManagedBlockchainQuery::Types::TimeFilter

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

Overview

This container is used to specify a time frame.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fromTypes::BlockchainInstant

The container for time.



1031
1032
1033
1034
1035
1036
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 1031

class TimeFilter < Struct.new(
  :from,
  :to)
  SENSITIVE = []
  include Aws::Structure
end

#toTypes::BlockchainInstant

The container for time.



1031
1032
1033
1034
1035
1036
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 1031

class TimeFilter < Struct.new(
  :from,
  :to)
  SENSITIVE = []
  include Aws::Structure
end