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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#timeTime

The container of the Timestamp of the blockchain instant.

This timestamp will only be recorded up to the second.

Returns:

  • (Time)


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