Class: Aws::Types::GetPropertygraphStreamInput
- Inherits:
-
Object
- Object
- Aws::Types::GetPropertygraphStreamInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#commit_num ⇒ ::Integer
Returns the value of attribute commit_num.
-
#encoding ⇒ "gzip"
Returns the value of attribute encoding.
-
#iterator_type ⇒ "AT_SEQUENCE_NUMBER", ...
Returns the value of attribute iterator_type.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#op_num ⇒ ::Integer
Returns the value of attribute op_num.
Instance Attribute Details
#commit_num ⇒ ::Integer
Returns the value of attribute commit_num.
414 415 416 |
# File 'sig/types.rbs', line 414 def commit_num @commit_num end |
#encoding ⇒ "gzip"
Returns the value of attribute encoding.
416 417 418 |
# File 'sig/types.rbs', line 416 def encoding @encoding end |
#iterator_type ⇒ "AT_SEQUENCE_NUMBER", ...
Returns the value of attribute iterator_type.
413 414 415 |
# File 'sig/types.rbs', line 413 def iterator_type @iterator_type end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
412 413 414 |
# File 'sig/types.rbs', line 412 def limit @limit end |
#op_num ⇒ ::Integer
Returns the value of attribute op_num.
415 416 417 |
# File 'sig/types.rbs', line 415 def op_num @op_num end |