Class: Aws::Types::GetPropertygraphStreamOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetPropertygraphStreamOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#format ⇒ ::String
Returns the value of attribute format.
-
#last_event_id ⇒ ::Hash[::String, ::String]
Returns the value of attribute last_event_id.
-
#last_trx_timestamp_in_millis ⇒ ::Integer
Returns the value of attribute last_trx_timestamp_in_millis.
-
#records ⇒ ::Array[Types::PropertygraphRecord]
Returns the value of attribute records.
-
#total_records ⇒ ::Integer
Returns the value of attribute total_records.
Instance Attribute Details
#format ⇒ ::String
Returns the value of attribute format.
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.
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.
422 423 424 |
# File 'sig/types.rbs', line 422 def end |
#records ⇒ ::Array[Types::PropertygraphRecord]
Returns the value of attribute records.
424 425 426 |
# File 'sig/types.rbs', line 424 def records @records end |
#total_records ⇒ ::Integer
Returns the value of attribute total_records.
425 426 427 |
# File 'sig/types.rbs', line 425 def total_records @total_records end |