Class: Aws::ApplicationSignals::Types::ListServiceStatesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::ListServiceStatesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationsignals/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ Time
The end of the time period that the returned information applies to.
-
#next_token ⇒ String
Include this value in your next use of this API to get the next set of service states.
-
#service_states ⇒ Array<Types::ServiceState>
An array of structures, where each structure contains information about the state of one service, including its latest change events such as deployments.
-
#start_time ⇒ Time
The start of the time period that the returned information applies to.
Instance Attribute Details
#end_time ⇒ Time
The end of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as epoch time in seconds. For example, ‘1698778057`.
1825 1826 1827 1828 1829 1830 1831 1832 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1825 class ListServiceStatesOutput < Struct.new( :start_time, :end_time, :service_states, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Include this value in your next use of this API to get the next set of service states.
1825 1826 1827 1828 1829 1830 1831 1832 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1825 class ListServiceStatesOutput < Struct.new( :start_time, :end_time, :service_states, :next_token) SENSITIVE = [] include Aws::Structure end |
#service_states ⇒ Array<Types::ServiceState>
An array of structures, where each structure contains information about the state of one service, including its latest change events such as deployments.
1825 1826 1827 1828 1829 1830 1831 1832 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1825 class ListServiceStatesOutput < Struct.new( :start_time, :end_time, :service_states, :next_token) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The start of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as epoch time in seconds. For example, ‘1698778057`.
1825 1826 1827 1828 1829 1830 1831 1832 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1825 class ListServiceStatesOutput < Struct.new( :start_time, :end_time, :service_states, :next_token) SENSITIVE = [] include Aws::Structure end |