Class: Aws::ApplicationSignals::Types::ServiceState
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::ServiceState
- Defined in:
- gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb
Overview
A structure that contains information about the current state of a service, including its latest change events such as deployments and other state-changing activities.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_filters ⇒ Array<Types::AttributeFilter>
The attribute filters that were applied when retrieving this service state information.
-
#latest_change_events ⇒ Array<Types::ChangeEvent>
An array containing the most recent change events for this service, such as deployments, with information about when they occurred and who initiated them.
-
#service ⇒ Hash<String,String>
The key attributes that identify this service, including Type, Name, and Environment information.
Instance Attribute Details
#attribute_filters ⇒ Array<Types::AttributeFilter>
The attribute filters that were applied when retrieving this service state information.
3334 3335 3336 3337 3338 3339 3340 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 3334 class ServiceState < Struct.new( :attribute_filters, :service, :latest_change_events) SENSITIVE = [] include Aws::Structure end |
#latest_change_events ⇒ Array<Types::ChangeEvent>
An array containing the most recent change events for this service, such as deployments, with information about when they occurred and who initiated them.
3334 3335 3336 3337 3338 3339 3340 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 3334 class ServiceState < Struct.new( :attribute_filters, :service, :latest_change_events) SENSITIVE = [] include Aws::Structure end |
#service ⇒ Hash<String,String>
The key attributes that identify this service, including Type, Name, and Environment information.
3334 3335 3336 3337 3338 3339 3340 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 3334 class ServiceState < Struct.new( :attribute_filters, :service, :latest_change_events) SENSITIVE = [] include Aws::Structure end |