Class: Aws::Types::ListBucketMetricsConfigurationsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListBucketMetricsConfigurationsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#continuation_token ⇒ ::String
Returns the value of attribute continuation_token.
-
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
-
#metrics_configuration_list ⇒ ::Array[Types::MetricsConfiguration]
Returns the value of attribute metrics_configuration_list.
-
#next_continuation_token ⇒ ::String
Returns the value of attribute next_continuation_token.
Instance Attribute Details
#continuation_token ⇒ ::String
Returns the value of attribute continuation_token.
1701 1702 1703 |
# File 'sig/types.rbs', line 1701 def continuation_token @continuation_token end |
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
1700 1701 1702 |
# File 'sig/types.rbs', line 1700 def is_truncated @is_truncated end |
#metrics_configuration_list ⇒ ::Array[Types::MetricsConfiguration]
Returns the value of attribute metrics_configuration_list.
1703 1704 1705 |
# File 'sig/types.rbs', line 1703 def metrics_configuration_list @metrics_configuration_list end |
#next_continuation_token ⇒ ::String
Returns the value of attribute next_continuation_token.
1702 1703 1704 |
# File 'sig/types.rbs', line 1702 def next_continuation_token @next_continuation_token end |