Class: Aws::ConfigService::Types::GetResourceConfigHistoryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::GetResourceConfigHistoryResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
The output for the GetResourceConfigHistory action.
Instance Attribute Summary collapse
-
#configuration_items ⇒ Array<Types::ConfigurationItem>
A list that contains the configuration history of one or more resources.
-
#next_token ⇒ String
The string that you use in a subsequent request to get the next page of results in a paginated response.
Instance Attribute Details
#configuration_items ⇒ Array<Types::ConfigurationItem>
A list that contains the configuration history of one or more resources.
1811 1812 1813 1814 1815 |
# File 'lib/aws-sdk-configservice/types.rb', line 1811 class GetResourceConfigHistoryResponse < Struct.new( :configuration_items, :next_token) include Aws::Structure end |
#next_token ⇒ String
The string that you use in a subsequent request to get the next page of results in a paginated response.
1811 1812 1813 1814 1815 |
# File 'lib/aws-sdk-configservice/types.rb', line 1811 class GetResourceConfigHistoryResponse < Struct.new( :configuration_items, :next_token) include Aws::Structure end |