Class: Aws::Types::ListS3BucketsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#buckets ⇒ ::Array[Types::S3BucketInfo]

Returns the value of attribute buckets.

Returns:



815
816
817
# File 'sig/types.rbs', line 815

def buckets
  @buckets
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


816
817
818
# File 'sig/types.rbs', line 816

def next_token
  @next_token
end