Class: Aws::ApplicationInsights::Types::ListLogPatternsResponse

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)


1115
1116
1117
1118
1119
1120
1121
1122
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1115

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

#log_patternsArray<Types::LogPattern>

The list of log patterns.

Returns:



1115
1116
1117
1118
1119
1120
1121
1122
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1115

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

#next_tokenString

The token used to retrieve the next page of results. This value is null when there are no more results to return.

Returns:

  • (String)


1115
1116
1117
1118
1119
1120
1121
1122
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1115

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

#resource_group_nameString

The name of the resource group.

Returns:

  • (String)


1115
1116
1117
1118
1119
1120
1121
1122
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1115

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