Class: Aws::Types::ListBucketAnalyticsConfigurationsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListBucketAnalyticsConfigurationsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analytics_configuration_list ⇒ ::Array[Types::AnalyticsConfiguration]
Returns the value of attribute analytics_configuration_list.
-
#continuation_token ⇒ ::String
Returns the value of attribute continuation_token.
-
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
-
#next_continuation_token ⇒ ::String
Returns the value of attribute next_continuation_token.
Instance Attribute Details
#analytics_configuration_list ⇒ ::Array[Types::AnalyticsConfiguration]
Returns the value of attribute analytics_configuration_list.
1639 1640 1641 |
# File 'sig/types.rbs', line 1639 def analytics_configuration_list @analytics_configuration_list end |
#continuation_token ⇒ ::String
Returns the value of attribute continuation_token.
1637 1638 1639 |
# File 'sig/types.rbs', line 1637 def continuation_token @continuation_token end |
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
1636 1637 1638 |
# File 'sig/types.rbs', line 1636 def is_truncated @is_truncated end |
#next_continuation_token ⇒ ::String
Returns the value of attribute next_continuation_token.
1638 1639 1640 |
# File 'sig/types.rbs', line 1638 def next_continuation_token @next_continuation_token end |