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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


3452
3453
3454
3455
3456
3457
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3452

class DescribeRetentionConfigurationsRequest < Struct.new(
  :retention_configuration_names,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#retention_configuration_namesArray<String>

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

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

Returns:

  • (Array<String>)


3452
3453
3454
3455
3456
3457
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3452

class DescribeRetentionConfigurationsRequest < Struct.new(
  :retention_configuration_names,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end