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

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

#account_idString

The Amazon Web Services account ID for the resource group owner.

Returns:

  • (String)


1105
1106
1107
1108
1109
1110
1111
1112
1113
# File 'lib/aws-sdk-applicationinsights/types.rb', line 1105

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)


1105
1106
1107
1108
1109
1110
1111
1112
1113
# File 'lib/aws-sdk-applicationinsights/types.rb', line 1105

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)


1105
1106
1107
1108
1109
1110
1111
1112
1113
# File 'lib/aws-sdk-applicationinsights/types.rb', line 1105

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)


1105
1106
1107
1108
1109
1110
1111
1112
1113
# File 'lib/aws-sdk-applicationinsights/types.rb', line 1105

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)


1105
1106
1107
1108
1109
1110
1111
1112
1113
# File 'lib/aws-sdk-applicationinsights/types.rb', line 1105

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