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

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)


1072
1073
1074
1075
1076
1077
1078
1079
# File 'lib/aws-sdk-applicationinsights/types.rb', line 1072

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>)


1072
1073
1074
1075
1076
1077
1078
1079
# File 'lib/aws-sdk-applicationinsights/types.rb', line 1072

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)


1072
1073
1074
1075
1076
1077
1078
1079
# File 'lib/aws-sdk-applicationinsights/types.rb', line 1072

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)


1072
1073
1074
1075
1076
1077
1078
1079
# File 'lib/aws-sdk-applicationinsights/types.rb', line 1072

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