Class: S3::ListProperties

Inherits:
Object
  • Object
show all
Defined in:
lib/s3sync/S3.rb

Instance Attribute Summary collapse

Instance Attribute Details

#delimiterObject

Returns the value of attribute delimiter.



506
507
508
# File 'lib/s3sync/S3.rb', line 506

def delimiter
  @delimiter
end

#is_truncatedObject

Returns the value of attribute is_truncated.



507
508
509
# File 'lib/s3sync/S3.rb', line 507

def is_truncated
  @is_truncated
end

#markerObject

Returns the value of attribute marker.



504
505
506
# File 'lib/s3sync/S3.rb', line 504

def marker
  @marker
end

#max_keysObject

Returns the value of attribute max_keys.



505
506
507
# File 'lib/s3sync/S3.rb', line 505

def max_keys
  @max_keys
end

#nameObject

Returns the value of attribute name.



502
503
504
# File 'lib/s3sync/S3.rb', line 502

def name
  @name
end

#next_markerObject

Returns the value of attribute next_marker.



508
509
510
# File 'lib/s3sync/S3.rb', line 508

def next_marker
  @next_marker
end

#prefixObject

Returns the value of attribute prefix.



503
504
505
# File 'lib/s3sync/S3.rb', line 503

def prefix
  @prefix
end