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:



1865
1866
1867
# File 'sig/types.rbs', line 1865

def common_prefixes
  @common_prefixes
end

#contents::Array[Types::Object]

Returns the value of attribute contents.

Returns:



1860
1861
1862
# File 'sig/types.rbs', line 1860

def contents
  @contents
end

#continuation_token::String

Returns the value of attribute continuation_token.

Returns:

  • (::String)


1868
1869
1870
# File 'sig/types.rbs', line 1868

def continuation_token
  @continuation_token
end

#delimiter::String

Returns the value of attribute delimiter.

Returns:

  • (::String)


1863
1864
1865
# File 'sig/types.rbs', line 1863

def delimiter
  @delimiter
end

#encoding_type"url"

Returns the value of attribute encoding_type.

Returns:

  • ("url")


1866
1867
1868
# File 'sig/types.rbs', line 1866

def encoding_type
  @encoding_type
end

#is_truncatedBoolean

Returns the value of attribute is_truncated.

Returns:

  • (Boolean)


1859
1860
1861
# File 'sig/types.rbs', line 1859

def is_truncated
  @is_truncated
end

#key_count::Integer

Returns the value of attribute key_count.

Returns:

  • (::Integer)


1867
1868
1869
# File 'sig/types.rbs', line 1867

def key_count
  @key_count
end

#max_keys::Integer

Returns the value of attribute max_keys.

Returns:

  • (::Integer)


1864
1865
1866
# File 'sig/types.rbs', line 1864

def max_keys
  @max_keys
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1861
1862
1863
# File 'sig/types.rbs', line 1861

def name
  @name
end

#next_continuation_token::String

Returns the value of attribute next_continuation_token.

Returns:

  • (::String)


1869
1870
1871
# File 'sig/types.rbs', line 1869

def next_continuation_token
  @next_continuation_token
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


1862
1863
1864
# File 'sig/types.rbs', line 1862

def prefix
  @prefix
end

#request_charged"requester"

Returns the value of attribute request_charged.

Returns:

  • ("requester")


1871
1872
1873
# File 'sig/types.rbs', line 1871

def request_charged
  @request_charged
end

#start_after::String

Returns the value of attribute start_after.

Returns:

  • (::String)


1870
1871
1872
# File 'sig/types.rbs', line 1870

def start_after
  @start_after
end