Class: Aws::Types::GetPropertygraphStreamOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#format::String

Returns the value of attribute format.

Returns:



423
424
425
# File 'sig/types.rbs', line 423

def format
  @format
end

#last_event_id::Hash[::String, ::String]

Returns the value of attribute last_event_id.

Returns:



421
422
423
# File 'sig/types.rbs', line 421

def last_event_id
  @last_event_id
end

#last_trx_timestamp_in_millis::Integer

Returns the value of attribute last_trx_timestamp_in_millis.

Returns:



422
423
424
# File 'sig/types.rbs', line 422

def last_trx_timestamp_in_millis
  @last_trx_timestamp_in_millis
end

#records::Array[Types::PropertygraphRecord]

Returns the value of attribute records.

Returns:



424
425
426
# File 'sig/types.rbs', line 424

def records
  @records
end

#total_records::Integer

Returns the value of attribute total_records.

Returns:



425
426
427
# File 'sig/types.rbs', line 425

def total_records
  @total_records
end