Class: Aws::ConfigService::Types::GetResourceConfigHistoryResponse

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

Overview

The output for the GetResourceConfigHistory action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_itemsArray<Types::ConfigurationItem>

A list that contains the configuration history of one or more resources.

Returns:



4537
4538
4539
4540
4541
4542
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4537

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

#next_tokenString

The string that you use in a subsequent request to get the next page of results in a paginated response.

Returns:

  • (String)


4537
4538
4539
4540
4541
4542
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4537

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