Class: S3::ListProperties
- Inherits:
-
Object
- Object
- S3::ListProperties
- Defined in:
- lib/s3sync/S3.rb
Instance Attribute Summary collapse
-
#delimiter ⇒ Object
Returns the value of attribute delimiter.
-
#is_truncated ⇒ Object
Returns the value of attribute is_truncated.
-
#marker ⇒ Object
Returns the value of attribute marker.
-
#max_keys ⇒ Object
Returns the value of attribute max_keys.
-
#name ⇒ Object
Returns the value of attribute name.
-
#next_marker ⇒ Object
Returns the value of attribute next_marker.
-
#prefix ⇒ Object
Returns the value of attribute prefix.
Instance Attribute Details
#delimiter ⇒ Object
Returns the value of attribute delimiter.
506 507 508 |
# File 'lib/s3sync/S3.rb', line 506 def delimiter @delimiter end |
#is_truncated ⇒ Object
Returns the value of attribute is_truncated.
507 508 509 |
# File 'lib/s3sync/S3.rb', line 507 def is_truncated @is_truncated end |
#marker ⇒ Object
Returns the value of attribute marker.
504 505 506 |
# File 'lib/s3sync/S3.rb', line 504 def marker @marker end |
#max_keys ⇒ Object
Returns the value of attribute max_keys.
505 506 507 |
# File 'lib/s3sync/S3.rb', line 505 def max_keys @max_keys end |
#name ⇒ Object
Returns the value of attribute name.
502 503 504 |
# File 'lib/s3sync/S3.rb', line 502 def name @name end |
#next_marker ⇒ Object
Returns the value of attribute next_marker.
508 509 510 |
# File 'lib/s3sync/S3.rb', line 508 def next_marker @next_marker end |
#prefix ⇒ Object
Returns the value of attribute prefix.
503 504 505 |
# File 'lib/s3sync/S3.rb', line 503 def prefix @prefix end |