Class: Aws::Types::GetSparqlStreamInput
- Inherits:
-
Object
- Object
- Aws::Types::GetSparqlStreamInput
- 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.
460 461 462 |
# File 'sig/types.rbs', line 460 def commit_num @commit_num end |
#encoding ⇒ "gzip"
Returns the value of attribute encoding.
462 463 464 |
# File 'sig/types.rbs', line 462 def encoding @encoding end |
#iterator_type ⇒ "AT_SEQUENCE_NUMBER", ...
Returns the value of attribute iterator_type.
459 460 461 |
# File 'sig/types.rbs', line 459 def iterator_type @iterator_type end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
458 459 460 |
# File 'sig/types.rbs', line 458 def limit @limit end |
#op_num ⇒ ::Integer
Returns the value of attribute op_num.
461 462 463 |
# File 'sig/types.rbs', line 461 def op_num @op_num end |