Class: Aws::ApplicationSignals::Types::ListServicesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::ListServicesInput
- Defined in:
- gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
Amazon Web Services Account ID.
-
#end_time ⇒ Time
The end of the time period to retrieve information about.
-
#include_linked_accounts ⇒ Boolean
If you are using this operation in a monitoring account, specify
true
to include services from source accounts in the returned data. -
#max_results ⇒ Integer
The maximum number of results to return in one operation.
-
#next_token ⇒ String
Include this value, if it was returned by the previous operation, to get the next set of services.
-
#start_time ⇒ Time
The start of the time period to retrieve information about.
Instance Attribute Details
#aws_account_id ⇒ String
Amazon Web Services Account ID.
1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 1112 class ListServicesInput < Struct.new( :start_time, :end_time, :max_results, :next_token, :include_linked_accounts, :aws_account_id) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
The end of the time period to retrieve information about. When used
in a raw HTTP Query API, it is formatted as be epoch time in
seconds. For example: 1698778057
Your requested start time will be rounded to the nearest hour.
1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 1112 class ListServicesInput < Struct.new( :start_time, :end_time, :max_results, :next_token, :include_linked_accounts, :aws_account_id) SENSITIVE = [] include Aws::Structure end |
#include_linked_accounts ⇒ Boolean
If you are using this operation in a monitoring account, specify
true
to include services from source accounts in the returned
data.
1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 1112 class ListServicesInput < Struct.new( :start_time, :end_time, :max_results, :next_token, :include_linked_accounts, :aws_account_id) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in one operation. If you omit this parameter, the default of 50 is used.
1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 1112 class ListServicesInput < Struct.new( :start_time, :end_time, :max_results, :next_token, :include_linked_accounts, :aws_account_id) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Include this value, if it was returned by the previous operation, to get the next set of services.
1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 1112 class ListServicesInput < Struct.new( :start_time, :end_time, :max_results, :next_token, :include_linked_accounts, :aws_account_id) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The start of the time period to retrieve information about. When
used in a raw HTTP Query API, it is formatted as be epoch time in
seconds. For example: 1698778057
Your requested start time will be rounded to the nearest hour.
1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 1112 class ListServicesInput < Struct.new( :start_time, :end_time, :max_results, :next_token, :include_linked_accounts, :aws_account_id) SENSITIVE = [] include Aws::Structure end |