Class: Aws::ConfigService::Types::GetResourceConfigHistoryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::GetResourceConfigHistoryResponse
- 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
-
#configuration_items ⇒ Array<Types::ConfigurationItem>
An array of
ConfigurationItemsObjects. -
#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>
An array of ConfigurationItems Objects. Contatins the
configuration history for one or more resources.
5139 5140 5141 5142 5143 5144 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5139 class GetResourceConfigHistoryResponse < Struct.new( :configuration_items, :next_token) SENSITIVE = [] 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.
5139 5140 5141 5142 5143 5144 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5139 class GetResourceConfigHistoryResponse < Struct.new( :configuration_items, :next_token) SENSITIVE = [] include Aws::Structure end |