Class: Aws::ManagedBlockchainQuery::Types::BlockchainInstant

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

Overview

The container for time.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#timeTime

The container of the ‘Timestamp` of the blockchain instant.

<note markdown=“1”> This ‘timestamp` will only be recorded up to the second.

</note>

Returns:

  • (Time)


211
212
213
214
215
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 211

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