Class: Aws::ApplicationInsights::Types::ListLogPatternSetsResponse

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)


1053
1054
1055
1056
1057
1058
1059
1060
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1053

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

#log_pattern_setsArray<String>

The list of log pattern sets.

Returns:

  • (Array<String>)


1053
1054
1055
1056
1057
1058
1059
1060
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1053

class ListLogPatternSetsResponse < Struct.new(
  :resource_group_name,
  :account_id,
  :log_pattern_sets,
  :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)


1053
1054
1055
1056
1057
1058
1059
1060
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1053

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

#resource_group_nameString

The name of the resource group.

Returns:

  • (String)


1053
1054
1055
1056
1057
1058
1059
1060
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1053

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