Class: Aws::ApplicationSignals::Types::ListServicesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::ListServicesInput
- Includes:
- Structure
- Defined in:
- 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.
1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1872 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.
1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1872 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.
1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1872 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.
1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1872 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.
1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1872 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.
1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1872 class ListServicesInput < Struct.new( :start_time, :end_time, :max_results, :next_token, :include_linked_accounts, :aws_account_id) SENSITIVE = [] include Aws::Structure end |