Class: Aws::Types::GetBucketsAggregationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetBucketsAggregationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#buckets ⇒ ::Array[Types::Bucket]
Returns the value of attribute buckets.
-
#total_count ⇒ ::Integer
Returns the value of attribute total_count.
Instance Attribute Details
#buckets ⇒ ::Array[Types::Bucket]
Returns the value of attribute buckets.
2313 2314 2315 |
# File 'sig/types.rbs', line 2313 def buckets @buckets end |
#total_count ⇒ ::Integer
Returns the value of attribute total_count.
2312 2313 2314 |
# File 'sig/types.rbs', line 2312 def total_count @total_count end |