Class: Aws::Types::ListObjectsRequest

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)


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

def bucket
  @bucket
end

#delimiter::String

Returns the value of attribute delimiter.

Returns:

  • (::String)


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

def delimiter
  @delimiter
end

#encoding_type"url"

Returns the value of attribute encoding_type.

Returns:

  • ("url")


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

def encoding_type
  @encoding_type
end

#expected_bucket_owner::String

Returns the value of attribute expected_bucket_owner.

Returns:

  • (::String)


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

def expected_bucket_owner
  @expected_bucket_owner
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


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

def marker
  @marker
end

#max_keys::Integer

Returns the value of attribute max_keys.

Returns:

  • (::Integer)


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

def max_keys
  @max_keys
end

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

Returns the value of attribute optional_object_attributes.

Returns:



1854
1855
1856
# File 'sig/types.rbs', line 1854

def optional_object_attributes
  @optional_object_attributes
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


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

def prefix
  @prefix
end

#request_payer"requester"

Returns the value of attribute request_payer.

Returns:

  • ("requester")


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

def request_payer
  @request_payer
end