Class: Aws::Types::ListObjectsV2Request

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


1857
1858
1859
# File 'sig/types.rbs', line 1857

def bucket
  @bucket
end

#continuation_token::String

Returns the value of attribute continuation_token.

Returns:

  • (::String)


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

def continuation_token
  @continuation_token
end

#delimiter::String

Returns the value of attribute delimiter.

Returns:

  • (::String)


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

def delimiter
  @delimiter
end

#encoding_type"url"

Returns the value of attribute encoding_type.

Returns:

  • ("url")


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

def encoding_type
  @encoding_type
end

#expected_bucket_owner::String

Returns the value of attribute expected_bucket_owner.

Returns:

  • (::String)


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

def expected_bucket_owner
  @expected_bucket_owner
end

#fetch_ownerBoolean

Returns the value of attribute fetch_owner.

Returns:

  • (Boolean)


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

def fetch_owner
  @fetch_owner
end

#max_keys::Integer

Returns the value of attribute max_keys.

Returns:

  • (::Integer)


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

def max_keys
  @max_keys
end

#optional_object_attributes::Array[("RestoreStatus")]

Returns the value of attribute optional_object_attributes.

Returns:



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

def optional_object_attributes
  @optional_object_attributes
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


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

def prefix
  @prefix
end

#request_payer"requester"

Returns the value of attribute request_payer.

Returns:

  • ("requester")


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

def request_payer
  @request_payer
end

#start_after::String

Returns the value of attribute start_after.

Returns:

  • (::String)


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

def start_after
  @start_after
end