Class: Aws::Types::DescribeRetentionConfigurationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRetentionConfigurationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#retention_configuration_names ⇒ ::Array[::String]
Returns the value of attribute retention_configuration_names.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
954 955 956 |
# File 'sig/types.rbs', line 954 def next_token @next_token end |
#retention_configuration_names ⇒ ::Array[::String]
Returns the value of attribute retention_configuration_names.
953 954 955 |
# File 'sig/types.rbs', line 953 def retention_configuration_names @retention_configuration_names end |