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:



1820
1821
1822
# File 'sig/types.rbs', line 1820

def common_prefixes
  @common_prefixes
end

#contents::Array[Types::Object]

Returns the value of attribute contents.

Returns:



1815
1816
1817
# File 'sig/types.rbs', line 1815

def contents
  @contents
end

#delimiter::String

Returns the value of attribute delimiter.

Returns:

  • (::String)


1818
1819
1820
# File 'sig/types.rbs', line 1818

def delimiter
  @delimiter
end

#encoding_type"url"

Returns the value of attribute encoding_type.

Returns:

  • ("url")


1821
1822
1823
# File 'sig/types.rbs', line 1821

def encoding_type
  @encoding_type
end

#is_truncatedBoolean

Returns the value of attribute is_truncated.

Returns:

  • (Boolean)


1812
1813
1814
# File 'sig/types.rbs', line 1812

def is_truncated
  @is_truncated
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1813
1814
1815
# File 'sig/types.rbs', line 1813

def marker
  @marker
end

#max_keys::Integer

Returns the value of attribute max_keys.

Returns:

  • (::Integer)


1819
1820
1821
# File 'sig/types.rbs', line 1819

def max_keys
  @max_keys
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1816
1817
1818
# File 'sig/types.rbs', line 1816

def name
  @name
end

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


1814
1815
1816
# File 'sig/types.rbs', line 1814

def next_marker
  @next_marker
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


1817
1818
1819
# File 'sig/types.rbs', line 1817

def prefix
  @prefix
end

#request_charged"requester"

Returns the value of attribute request_charged.

Returns:

  • ("requester")


1822
1823
1824
# File 'sig/types.rbs', line 1822

def request_charged
  @request_charged
end