Class: Aws::ApplicationSignals::Types::ListServicesInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-applicationsignals/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

Amazon Web Services Account ID.

Returns:

  • (String)


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_timeTime

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.

Returns:

  • (Time)


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_accountsBoolean

If you are using this operation in a monitoring account, specify ‘true` to include services from source accounts in the returned data.

Returns:

  • (Boolean)


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_resultsInteger

The maximum number of results to return in one operation. If you omit this parameter, the default of 50 is used.

Returns:

  • (Integer)


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_tokenString

Include this value, if it was returned by the previous operation, to get the next set of services.

Returns:

  • (String)


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_timeTime

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.

Returns:

  • (Time)


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