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
NextTokenvalue to include in a futureListConfigurationHistoryrequest.
Instance Attribute Details
#event_list ⇒ Array<Types::ConfigurationEvent>
The list of configuration events and their corresponding details.
1017 1018 1019 1020 1021 1022 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1017 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.
1017 1018 1019 1020 1021 1022 |
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1017 class ListConfigurationHistoryResponse < Struct.new( :event_list, :next_token) SENSITIVE = [] include Aws::Structure end |