Class: Aws::ConfigService::Types::DescribeRetentionConfigurationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DescribeRetentionConfigurationsResponse
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The
nextToken
string returned on a previous page that you use to get the next page of results in a paginated response. -
#retention_configurations ⇒ Array<Types::RetentionConfiguration>
Returns a retention configuration object.
Instance Attribute Details
#next_token ⇒ String
The nextToken
string returned on a previous page that you use to
get the next page of results in a paginated response.
3820 3821 3822 3823 3824 3825 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3820 class DescribeRetentionConfigurationsResponse < Struct.new( :retention_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |
#retention_configurations ⇒ Array<Types::RetentionConfiguration>
Returns a retention configuration object.
3820 3821 3822 3823 3824 3825 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3820 class DescribeRetentionConfigurationsResponse < Struct.new( :retention_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |