Class: Aws::ConfigService::Types::DescribeRetentionConfigurationsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-configservice/types.rb

Overview

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)


2267
2268
2269
2270
2271
# File 'lib/aws-sdk-configservice/types.rb', line 2267

class DescribeRetentionConfigurationsResponse < Struct.new(
  :retention_configurations,
  :next_token)
  include Aws::Structure
end

#retention_configurationsArray<Types::RetentionConfiguration>

Returns a retention configuration object.

Returns:



2267
2268
2269
2270
2271
# File 'lib/aws-sdk-configservice/types.rb', line 2267

class DescribeRetentionConfigurationsResponse < Struct.new(
  :retention_configurations,
  :next_token)
  include Aws::Structure
end