Class: SdbDal::S3::ListProperties

Inherits:
Object
  • Object
show all
Defined in:
lib/sdb_dal/s3.rb

Instance Attribute Summary collapse

Instance Attribute Details

#delimiterObject

Returns the value of attribute delimiter.



391
392
393
# File 'lib/sdb_dal/s3.rb', line 391

def delimiter
  @delimiter
end

#is_truncatedObject

Returns the value of attribute is_truncated.



392
393
394
# File 'lib/sdb_dal/s3.rb', line 392

def is_truncated
  @is_truncated
end

#markerObject

Returns the value of attribute marker.



389
390
391
# File 'lib/sdb_dal/s3.rb', line 389

def marker
  @marker
end

#max_keysObject

Returns the value of attribute max_keys.



390
391
392
# File 'lib/sdb_dal/s3.rb', line 390

def max_keys
  @max_keys
end

#nameObject

Returns the value of attribute name.



387
388
389
# File 'lib/sdb_dal/s3.rb', line 387

def name
  @name
end

#next_markerObject

Returns the value of attribute next_marker.



393
394
395
# File 'lib/sdb_dal/s3.rb', line 393

def next_marker
  @next_marker
end

#prefixObject

Returns the value of attribute prefix.



388
389
390
# File 'lib/sdb_dal/s3.rb', line 388

def prefix
  @prefix
end