Class: Aws::ApplicationInsights::Types::ListConfigurationHistoryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::ListConfigurationHistoryResponse
- Defined in:
- gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_list ⇒ Array<Types::ConfigurationEvent>
The list of configuration events and their corresponding details.
-
#next_token ⇒ String
The
NextToken
value to include in a futureListConfigurationHistory
request.
Instance Attribute Details
#event_list ⇒ Array<Types::ConfigurationEvent>
The list of configuration events and their corresponding details.
998 999 1000 1001 1002 1003 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 998 class ListConfigurationHistoryResponse < Struct.new( :event_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The NextToken
value to include in a future
ListConfigurationHistory
request. When the results of a
ListConfigurationHistory
request exceed MaxResults
, this value
can be used to retrieve the next page of results. This value is
null
when there are no more results to return.
998 999 1000 1001 1002 1003 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 998 class ListConfigurationHistoryResponse < Struct.new( :event_list, :next_token) SENSITIVE = [] include Aws::Structure end |