Class: Aws::ApplicationInsights::Types::ListLogPatternsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::ListLogPatternsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationinsights/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Web Services account ID for the resource group owner.
-
#max_results ⇒ Integer
The maximum number of results to return in a single call.
-
#next_token ⇒ String
The token to request the next page of results.
-
#pattern_set_name ⇒ String
The name of the log pattern set.
-
#resource_group_name ⇒ String
The name of the resource group.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID for the resource group owner.
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_results ⇒ Integer
The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned ‘NextToken` value.
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_token ⇒ String
The token to request the next page of results.
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_name ⇒ String
The name of the log pattern set.
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_name ⇒ String
The name of the resource group.
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 |