Class: Aws::ApplicationSignals::Types::ListServiceStatesInput

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

#attribute_filtersArray<Types::AttributeFilter>

A list of attribute filters to narrow down the services. You can filter by platform, environment, or other service attributes.

Returns:



1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1788

class ListServiceStatesInput < Struct.new(
  :start_time,
  :end_time,
  :max_results,
  :next_token,
  :include_linked_accounts,
  :aws_account_id,
  :attribute_filters)
  SENSITIVE = []
  include Aws::Structure
end

#aws_account_idString

The Amazon Web Services account ID to filter service states by. Use this to limit results to services from a specific account.

Returns:

  • (String)


1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1788

class ListServiceStatesInput < Struct.new(
  :start_time,
  :end_time,
  :max_results,
  :next_token,
  :include_linked_accounts,
  :aws_account_id,
  :attribute_filters)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

The end of the time period to retrieve service state information for. When used in a raw HTTP Query API, it is formatted as epoch time in seconds. For example, ‘1698778057`.

Returns:

  • (Time)


1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1788

class ListServiceStatesInput < Struct.new(
  :start_time,
  :end_time,
  :max_results,
  :next_token,
  :include_linked_accounts,
  :aws_account_id,
  :attribute_filters)
  SENSITIVE = []
  include Aws::Structure
end

#include_linked_accountsBoolean

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

Returns:

  • (Boolean)


1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1788

class ListServiceStatesInput < Struct.new(
  :start_time,
  :end_time,
  :max_results,
  :next_token,
  :include_linked_accounts,
  :aws_account_id,
  :attribute_filters)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

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

Returns:

  • (Integer)


1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1788

class ListServiceStatesInput < Struct.new(
  :start_time,
  :end_time,
  :max_results,
  :next_token,
  :include_linked_accounts,
  :aws_account_id,
  :attribute_filters)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1788

class ListServiceStatesInput < Struct.new(
  :start_time,
  :end_time,
  :max_results,
  :next_token,
  :include_linked_accounts,
  :aws_account_id,
  :attribute_filters)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The start of the time period to retrieve service state information for. When used in a raw HTTP Query API, it is formatted as epoch time in seconds. For example, ‘1698778057`.

Returns:

  • (Time)


1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1788

class ListServiceStatesInput < Struct.new(
  :start_time,
  :end_time,
  :max_results,
  :next_token,
  :include_linked_accounts,
  :aws_account_id,
  :attribute_filters)
  SENSITIVE = []
  include Aws::Structure
end