Class: Aws::ApplicationInsights::Types::ListLogPatternsRequest

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)


1086
1087
1088
1089
1090
1091
1092
1093
1094
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1086

class ListLogPatternsRequest < Struct.new(
  :resource_group_name,
  :pattern_set_name,
  :max_results,
  :next_token,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

Returns:

  • (Integer)


1086
1087
1088
1089
1090
1091
1092
1093
1094
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1086

class ListLogPatternsRequest < Struct.new(
  :resource_group_name,
  :pattern_set_name,
  :max_results,
  :next_token,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to request the next page of results.

Returns:

  • (String)


1086
1087
1088
1089
1090
1091
1092
1093
1094
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1086

class ListLogPatternsRequest < Struct.new(
  :resource_group_name,
  :pattern_set_name,
  :max_results,
  :next_token,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#pattern_set_nameString

The name of the log pattern set.

Returns:

  • (String)


1086
1087
1088
1089
1090
1091
1092
1093
1094
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1086

class ListLogPatternsRequest < Struct.new(
  :resource_group_name,
  :pattern_set_name,
  :max_results,
  :next_token,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_group_nameString

The name of the resource group.

Returns:

  • (String)


1086
1087
1088
1089
1090
1091
1092
1093
1094
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1086

class ListLogPatternsRequest < Struct.new(
  :resource_group_name,
  :pattern_set_name,
  :max_results,
  :next_token,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end