Class: Aws::ApplicationInsights::Types::ListConfigurationHistoryResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_listArray<Types::ConfigurationEvent>

The list of configuration events and their corresponding details.

Returns:



998
999
1000
1001
1002
1003
# File 'lib/aws-sdk-applicationinsights/types.rb', line 998

class ListConfigurationHistoryResponse < Struct.new(
  :event_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


998
999
1000
1001
1002
1003
# File 'lib/aws-sdk-applicationinsights/types.rb', line 998

class ListConfigurationHistoryResponse < Struct.new(
  :event_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end