Class: Aws::Types::ListObjectsOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#common_prefixes::Array[Types::CommonPrefix]

Returns the value of attribute common_prefixes.

Returns:



1839
1840
1841
# File 'sig/types.rbs', line 1839

def common_prefixes
  @common_prefixes
end

#contents::Array[Types::Object]

Returns the value of attribute contents.

Returns:



1834
1835
1836
# File 'sig/types.rbs', line 1834

def contents
  @contents
end

#delimiter::String

Returns the value of attribute delimiter.

Returns:

  • (::String)


1837
1838
1839
# File 'sig/types.rbs', line 1837

def delimiter
  @delimiter
end

#encoding_type"url"

Returns the value of attribute encoding_type.

Returns:

  • ("url")


1840
1841
1842
# File 'sig/types.rbs', line 1840

def encoding_type
  @encoding_type
end

#is_truncatedBoolean

Returns the value of attribute is_truncated.

Returns:

  • (Boolean)


1831
1832
1833
# File 'sig/types.rbs', line 1831

def is_truncated
  @is_truncated
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1832
1833
1834
# File 'sig/types.rbs', line 1832

def marker
  @marker
end

#max_keys::Integer

Returns the value of attribute max_keys.

Returns:

  • (::Integer)


1838
1839
1840
# File 'sig/types.rbs', line 1838

def max_keys
  @max_keys
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1835
1836
1837
# File 'sig/types.rbs', line 1835

def name
  @name
end

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


1833
1834
1835
# File 'sig/types.rbs', line 1833

def next_marker
  @next_marker
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


1836
1837
1838
# File 'sig/types.rbs', line 1836

def prefix
  @prefix
end

#request_charged"requester"

Returns the value of attribute request_charged.

Returns:

  • ("requester")


1841
1842
1843
# File 'sig/types.rbs', line 1841

def request_charged
  @request_charged
end