Class: Aws::Types::ListDirectoryBucketsOutput

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::Bucket]

Returns the value of attribute buckets.

Returns:



1731
1732
1733
# File 'sig/types.rbs', line 1731

def buckets
  @buckets
end

#continuation_token::String

Returns the value of attribute continuation_token.

Returns:

  • (::String)


1732
1733
1734
# File 'sig/types.rbs', line 1732

def continuation_token
  @continuation_token
end