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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-applicationsignals/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)


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_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)


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_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)


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_resultsInteger

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

Returns:

  • (Integer)


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_tokenString

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

Returns:

  • (String)


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_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)


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