Class: Aws::ApplicationInsights::Types::ListConfigurationHistoryRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The AWS account ID for the resource group owner.

Returns:

  • (String)


972
973
974
975
976
977
978
979
980
981
982
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 972

class ListConfigurationHistoryRequest < Struct.new(
  :resource_group_name,
  :start_time,
  :end_time,
  :event_status,
  :max_results,
  :next_token,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

The end time of the event.

Returns:

  • (Time)


972
973
974
975
976
977
978
979
980
981
982
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 972

class ListConfigurationHistoryRequest < Struct.new(
  :resource_group_name,
  :start_time,
  :end_time,
  :event_status,
  :max_results,
  :next_token,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#event_statusString

The status of the configuration update event. Possible values include INFO, WARN, and ERROR.

Returns:

  • (String)


972
973
974
975
976
977
978
979
980
981
982
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 972

class ListConfigurationHistoryRequest < Struct.new(
  :resource_group_name,
  :start_time,
  :end_time,
  :event_status,
  :max_results,
  :next_token,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results returned by ListConfigurationHistory in paginated output. When this parameter is used, ListConfigurationHistory returns only MaxResults in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another ListConfigurationHistory request with the returned NextToken value. If this parameter is not used, then ListConfigurationHistory returns all results.

Returns:

  • (Integer)


972
973
974
975
976
977
978
979
980
981
982
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 972

class ListConfigurationHistoryRequest < Struct.new(
  :resource_group_name,
  :start_time,
  :end_time,
  :event_status,
  :max_results,
  :next_token,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The NextToken value returned from a previous paginated ListConfigurationHistory request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.

Returns:

  • (String)


972
973
974
975
976
977
978
979
980
981
982
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 972

class ListConfigurationHistoryRequest < Struct.new(
  :resource_group_name,
  :start_time,
  :end_time,
  :event_status,
  :max_results,
  :next_token,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_group_nameString

Resource group to which the application belongs.

Returns:

  • (String)


972
973
974
975
976
977
978
979
980
981
982
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 972

class ListConfigurationHistoryRequest < Struct.new(
  :resource_group_name,
  :start_time,
  :end_time,
  :event_status,
  :max_results,
  :next_token,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The start time of the event.

Returns:

  • (Time)


972
973
974
975
976
977
978
979
980
981
982
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 972

class ListConfigurationHistoryRequest < Struct.new(
  :resource_group_name,
  :start_time,
  :end_time,
  :event_status,
  :max_results,
  :next_token,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end