Class: Aws::ApplicationInsights::Types::ListLogPatternSetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::ListLogPatternSetsResponse
- 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.
-
#log_pattern_sets ⇒ Array<String>
The list of log pattern sets.
-
#next_token ⇒ String
The token used to retrieve the next page of results.
-
#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.
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_sets ⇒ Array<String>
The list of log pattern sets.
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_token ⇒ String
The token used to retrieve the next page of results. This value is null when there are no more results to return.
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_name ⇒ String
The name of the resource group.
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 |