Class: Aws::ApplicationInsights::Types::ListLogPatternSetsRequest

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)


1025
1026
1027
1028
1029
1030
1031
1032
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1025

class ListLogPatternSetsRequest < Struct.new(
  :resource_group_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)


1025
1026
1027
1028
1029
1030
1031
1032
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1025

class ListLogPatternSetsRequest < Struct.new(
  :resource_group_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)


1025
1026
1027
1028
1029
1030
1031
1032
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1025

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

#resource_group_nameString

The name of the resource group.

Returns:

  • (String)


1025
1026
1027
1028
1029
1030
1031
1032
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1025

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