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

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)


3470
3471
3472
3473
3474
3475
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3470

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

#retention_configurationsArray<Types::RetentionConfiguration>

Returns a retention configuration object.

Returns:



3470
3471
3472
3473
3474
3475
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3470

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