Class: Aws::Types::ListObjectsV2Output

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:



1846
1847
1848
# File 'sig/types.rbs', line 1846

def common_prefixes
  @common_prefixes
end

#contents::Array[Types::Object]

Returns the value of attribute contents.

Returns:



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

def contents
  @contents
end

#continuation_token::String

Returns the value of attribute continuation_token.

Returns:

  • (::String)


1849
1850
1851
# File 'sig/types.rbs', line 1849

def continuation_token
  @continuation_token
end

#delimiter::String

Returns the value of attribute delimiter.

Returns:

  • (::String)


1844
1845
1846
# File 'sig/types.rbs', line 1844

def delimiter
  @delimiter
end

#encoding_type"url"

Returns the value of attribute encoding_type.

Returns:

  • ("url")


1847
1848
1849
# File 'sig/types.rbs', line 1847

def encoding_type
  @encoding_type
end

#is_truncatedBoolean

Returns the value of attribute is_truncated.

Returns:

  • (Boolean)


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

def is_truncated
  @is_truncated
end

#key_count::Integer

Returns the value of attribute key_count.

Returns:

  • (::Integer)


1848
1849
1850
# File 'sig/types.rbs', line 1848

def key_count
  @key_count
end

#max_keys::Integer

Returns the value of attribute max_keys.

Returns:

  • (::Integer)


1845
1846
1847
# File 'sig/types.rbs', line 1845

def max_keys
  @max_keys
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#next_continuation_token::String

Returns the value of attribute next_continuation_token.

Returns:

  • (::String)


1850
1851
1852
# File 'sig/types.rbs', line 1850

def next_continuation_token
  @next_continuation_token
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


1843
1844
1845
# File 'sig/types.rbs', line 1843

def prefix
  @prefix
end

#request_charged"requester"

Returns the value of attribute request_charged.

Returns:

  • ("requester")


1852
1853
1854
# File 'sig/types.rbs', line 1852

def request_charged
  @request_charged
end

#start_after::String

Returns the value of attribute start_after.

Returns:

  • (::String)


1851
1852
1853
# File 'sig/types.rbs', line 1851

def start_after
  @start_after
end