Class: Aws::Types::GetSparqlStreamOutput

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:

  • (::String)


469
470
471
# File 'sig/types.rbs', line 469

def format
  @format
end

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

Returns the value of attribute last_event_id.

Returns:

  • (::Hash[::String, ::String])


467
468
469
# File 'sig/types.rbs', line 467

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:

  • (::Integer)


468
469
470
# File 'sig/types.rbs', line 468

def last_trx_timestamp_in_millis
  @last_trx_timestamp_in_millis
end

#records::Array[Types::SparqlRecord]

Returns the value of attribute records.

Returns:



470
471
472
# File 'sig/types.rbs', line 470

def records
  @records
end

#total_records::Integer

Returns the value of attribute total_records.

Returns:

  • (::Integer)


471
472
473
# File 'sig/types.rbs', line 471

def total_records
  @total_records
end