Class: Aws::ApplicationSignals::Types::ListServiceStatesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::ListServiceStatesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationsignals/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_filters ⇒ Array<Types::AttributeFilter>
A list of attribute filters to narrow down the services.
-
#aws_account_id ⇒ String
The Amazon Web Services account ID to filter service states by.
-
#end_time ⇒ Time
The end of the time period to retrieve service state information for.
-
#include_linked_accounts ⇒ Boolean
If you are using this operation in a monitoring account, specify ‘true` to include service states from source accounts in the returned data.
-
#max_results ⇒ Integer
The maximum number of service states 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 service states.
-
#start_time ⇒ Time
The start of the time period to retrieve service state information for.
Instance Attribute Details
#attribute_filters ⇒ Array<Types::AttributeFilter>
A list of attribute filters to narrow down the services. You can filter by platform, environment, or other service attributes.
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_id ⇒ String
The Amazon Web Services account ID to filter service states by. Use this to limit results to services from a specific account.
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_time ⇒ Time
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`.
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_accounts ⇒ Boolean
If you are using this operation in a monitoring account, specify ‘true` to include service states from source accounts in the returned data.
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_results ⇒ Integer
The maximum number of service states to return in one operation. If you omit this parameter, the default of 20 is used.
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_token ⇒ String
Include this value, if it was returned by the previous operation, to get the next set of service states.
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_time ⇒ Time
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`.
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 |