Class: Aws::XRay::Types::GetInsightSummariesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::GetInsightSummariesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-xray/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ Time
The end of the time frame in which the insights ended.
-
#group_arn ⇒ String
The Amazon Resource Name (ARN) of the group.
-
#group_name ⇒ String
The name of the group.
-
#max_results ⇒ Integer
The maximum number of results to display.
-
#next_token ⇒ String
Pagination token.
-
#start_time ⇒ Time
The beginning of the time frame in which the insights started.
-
#states ⇒ Array<String>
The list of insight states.
Instance Attribute Details
#end_time ⇒ Time
The end of the time frame in which the insights ended. The end time can’t be more than 30 days old.
977 978 979 980 981 982 983 984 985 986 987 |
# File 'lib/aws-sdk-xray/types.rb', line 977 class GetInsightSummariesRequest < Struct.new( :states, :group_arn, :group_name, :start_time, :end_time, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#group_arn ⇒ String
The Amazon Resource Name (ARN) of the group. Required if the GroupName isn’t provided.
977 978 979 980 981 982 983 984 985 986 987 |
# File 'lib/aws-sdk-xray/types.rb', line 977 class GetInsightSummariesRequest < Struct.new( :states, :group_arn, :group_name, :start_time, :end_time, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#group_name ⇒ String
The name of the group. Required if the GroupARN isn’t provided.
977 978 979 980 981 982 983 984 985 986 987 |
# File 'lib/aws-sdk-xray/types.rb', line 977 class GetInsightSummariesRequest < Struct.new( :states, :group_arn, :group_name, :start_time, :end_time, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to display.
977 978 979 980 981 982 983 984 985 986 987 |
# File 'lib/aws-sdk-xray/types.rb', line 977 class GetInsightSummariesRequest < Struct.new( :states, :group_arn, :group_name, :start_time, :end_time, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Pagination token.
977 978 979 980 981 982 983 984 985 986 987 |
# File 'lib/aws-sdk-xray/types.rb', line 977 class GetInsightSummariesRequest < Struct.new( :states, :group_arn, :group_name, :start_time, :end_time, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The beginning of the time frame in which the insights started. The start time can’t be more than 30 days old.
977 978 979 980 981 982 983 984 985 986 987 |
# File 'lib/aws-sdk-xray/types.rb', line 977 class GetInsightSummariesRequest < Struct.new( :states, :group_arn, :group_name, :start_time, :end_time, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#states ⇒ Array<String>
The list of insight states.
977 978 979 980 981 982 983 984 985 986 987 |
# File 'lib/aws-sdk-xray/types.rb', line 977 class GetInsightSummariesRequest < Struct.new( :states, :group_arn, :group_name, :start_time, :end_time, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |