Class: Aws::ManagedBlockchainQuery::Types::BlockchainInstant
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchainQuery::Types::BlockchainInstant
- Defined in:
- gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb
Overview
The container for time.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#time ⇒ Time
The container of the
Timestamp
of the blockchain instant.
Instance Attribute Details
#time ⇒ Time
The container of the Timestamp
of the blockchain instant.
timestamp
will only be recorded up to the second.
225 226 227 228 229 |
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 225 class BlockchainInstant < Struct.new( :time) SENSITIVE = [] include Aws::Structure end |