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

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

Overview

The output for the GetResourceConfigHistory action.

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_itemsArray<Types::ConfigurationItem>

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

Returns:



3036
3037
3038
3039
3040
# File 'lib/aws-sdk-configservice/types.rb', line 3036

class GetResourceConfigHistoryResponse < Struct.new(
  :configuration_items,
  :next_token)
  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)


3036
3037
3038
3039
3040
# File 'lib/aws-sdk-configservice/types.rb', line 3036

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