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.



511
512
513
# File 'lib/s3sync/S3.rb', line 511

def delimiter
  @delimiter
end

#is_truncatedObject

Returns the value of attribute is_truncated.



512
513
514
# File 'lib/s3sync/S3.rb', line 512

def is_truncated
  @is_truncated
end

#markerObject

Returns the value of attribute marker.



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

def marker
  @marker
end

#max_keysObject

Returns the value of attribute max_keys.



510
511
512
# File 'lib/s3sync/S3.rb', line 510

def max_keys
  @max_keys
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#next_markerObject

Returns the value of attribute next_marker.



513
514
515
# File 'lib/s3sync/S3.rb', line 513

def next_marker
  @next_marker
end

#prefixObject

Returns the value of attribute prefix.



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

def prefix
  @prefix
end