Class: Aws::Types::GetPropertygraphStreamInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#commit_num::Integer

Returns the value of attribute commit_num.

Returns:

  • (::Integer)


414
415
416
# File 'sig/types.rbs', line 414

def commit_num
  @commit_num
end

#encoding"gzip"

Returns the value of attribute encoding.

Returns:

  • ("gzip")


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.

Returns:

  • ("AT_SEQUENCE_NUMBER", "AFTER_SEQUENCE_NUMBER", "TRIM_HORIZON", "LATEST")


413
414
415
# File 'sig/types.rbs', line 413

def iterator_type
  @iterator_type
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


412
413
414
# File 'sig/types.rbs', line 412

def limit
  @limit
end

#op_num::Integer

Returns the value of attribute op_num.

Returns:

  • (::Integer)


415
416
417
# File 'sig/types.rbs', line 415

def op_num
  @op_num
end