You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ConfigService::Types::DescribeRetentionConfigurationsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeRetentionConfigurationsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  retention_configuration_names: ["RetentionConfigurationName"],
  next_token: "NextToken",
}

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

Returns:

  • (String)

    The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

#retention_configuration_namesArray<String>

A list of names of retention configurations for which you want details. If you do not specify a name, AWS Config returns details for all the retention configurations for that account.

Currently, AWS Config supports only one retention configuration per region in your account.

Returns:

  • (Array<String>)

    A list of names of retention configurations for which you want details.