Class: Aws::Types::ListS3BucketsRespObj

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:



809
810
811
# File 'sig/types.rbs', line 809

def buckets
  @buckets
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


810
811
812
# File 'sig/types.rbs', line 810

def next_token
  @next_token
end