Class: Aws::Types::DescribeRetentionConfigurationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRetentionConfigurationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#retention_configurations ⇒ ::Array[Types::RetentionConfiguration]
Returns the value of attribute retention_configurations.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
960 961 962 |
# File 'sig/types.rbs', line 960 def next_token @next_token end |
#retention_configurations ⇒ ::Array[Types::RetentionConfiguration]
Returns the value of attribute retention_configurations.
959 960 961 |
# File 'sig/types.rbs', line 959 def retention_configurations @retention_configurations end |