Class: S3::ListProperties

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

Instance Attribute Summary collapse

Instance Attribute Details

#delimiterObject

Returns the value of attribute delimiter.



548
549
550
# File 'lib/S3.rb', line 548

def delimiter
  @delimiter
end

#is_truncatedObject

Returns the value of attribute is_truncated.



549
550
551
# File 'lib/S3.rb', line 549

def is_truncated
  @is_truncated
end

#markerObject

Returns the value of attribute marker.



546
547
548
# File 'lib/S3.rb', line 546

def marker
  @marker
end

#max_keysObject

Returns the value of attribute max_keys.



547
548
549
# File 'lib/S3.rb', line 547

def max_keys
  @max_keys
end

#nameObject

Returns the value of attribute name.



544
545
546
# File 'lib/S3.rb', line 544

def name
  @name
end

#next_markerObject

Returns the value of attribute next_marker.



550
551
552
# File 'lib/S3.rb', line 550

def next_marker
  @next_marker
end

#prefixObject

Returns the value of attribute prefix.



545
546
547
# File 'lib/S3.rb', line 545

def prefix
  @prefix
end