Class: Aws::Types::GetBucketsAggregationResponse

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:



2313
2314
2315
# File 'sig/types.rbs', line 2313

def buckets
  @buckets
end

#total_count::Integer

Returns the value of attribute total_count.

Returns:

  • (::Integer)


2312
2313
2314
# File 'sig/types.rbs', line 2312

def total_count
  @total_count
end