Class: Aws::ApplicationSignals::Types::ListServiceStatesOutput

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

#end_timeTime

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`.

Returns:

  • (Time)


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_tokenString

Include this value in your next use of this API to get the next set of service states.

Returns:

  • (String)


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_statesArray<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.

Returns:



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_timeTime

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`.

Returns:

  • (Time)


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