Class: Aws::ManagedBlockchainQuery::Types::BlockchainInstant
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchainQuery::Types::BlockchainInstant
- Includes:
- Structure
- Defined in:
- 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.
<note markdown=“1”> This ‘timestamp` will only be recorded up to the second.
</note>
211 212 213 214 215 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 211 class BlockchainInstant < Struct.new( :time) SENSITIVE = [] include Aws::Structure end |