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)


1827
1828
1829
# File 'sig/types.rbs', line 1827

def bucket
  @bucket
end

#delimiter::String

Returns the value of attribute delimiter.

Returns:

  • (::String)


1828
1829
1830
# File 'sig/types.rbs', line 1828

def delimiter
  @delimiter
end

#encoding_type"url"

Returns the value of attribute encoding_type.

Returns:

  • ("url")


1829
1830
1831
# File 'sig/types.rbs', line 1829

def encoding_type
  @encoding_type
end

#expected_bucket_owner::String

Returns the value of attribute expected_bucket_owner.

Returns:

  • (::String)


1834
1835
1836
# File 'sig/types.rbs', line 1834

def expected_bucket_owner
  @expected_bucket_owner
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1830
1831
1832
# File 'sig/types.rbs', line 1830

def marker
  @marker
end

#max_keys::Integer

Returns the value of attribute max_keys.

Returns:

  • (::Integer)


1831
1832
1833
# File 'sig/types.rbs', line 1831

def max_keys
  @max_keys
end

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

Returns the value of attribute optional_object_attributes.

Returns:



1835
1836
1837
# File 'sig/types.rbs', line 1835

def optional_object_attributes
  @optional_object_attributes
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


1832
1833
1834
# File 'sig/types.rbs', line 1832

def prefix
  @prefix
end

#request_payer"requester"

Returns the value of attribute request_payer.

Returns:

  • ("requester")


1833
1834
1835
# File 'sig/types.rbs', line 1833

def request_payer
  @request_payer
end