Class: Aws::ApplicationSignals::Types::ChangeEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::ChangeEvent
- Defined in:
- gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb
Overview
A structure that contains information about a change event that occurred for a service, such as a deployment or configuration change.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Web Services account ID where this change event occurred.
-
#change_event_type ⇒ String
The type of change event that occurred, such as
DEPLOYMENT
. -
#entity ⇒ Hash<String,String>
The entity (service or resource) that was affected by this change event, including its key attributes.
-
#event_id ⇒ String
A unique identifier for this change event.
-
#event_name ⇒ String
The name or description of this change event.
-
#region ⇒ String
The Amazon Web Services region where this change event occurred.
-
#timestamp ⇒ Time
The timestamp when this change event occurred.
-
#user_name ⇒ String
The name of the user who initiated this change event, if available.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID where this change event occurred.
401 402 403 404 405 406 407 408 409 410 411 412 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 401 class ChangeEvent < Struct.new( :timestamp, :account_id, :region, :entity, :change_event_type, :event_id, :user_name, :event_name) SENSITIVE = [] include Aws::Structure end |
#change_event_type ⇒ String
The type of change event that occurred, such as DEPLOYMENT
.
401 402 403 404 405 406 407 408 409 410 411 412 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 401 class ChangeEvent < Struct.new( :timestamp, :account_id, :region, :entity, :change_event_type, :event_id, :user_name, :event_name) SENSITIVE = [] include Aws::Structure end |
#entity ⇒ Hash<String,String>
The entity (service or resource) that was affected by this change event, including its key attributes.
401 402 403 404 405 406 407 408 409 410 411 412 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 401 class ChangeEvent < Struct.new( :timestamp, :account_id, :region, :entity, :change_event_type, :event_id, :user_name, :event_name) SENSITIVE = [] include Aws::Structure end |
#event_id ⇒ String
A unique identifier for this change event.
401 402 403 404 405 406 407 408 409 410 411 412 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 401 class ChangeEvent < Struct.new( :timestamp, :account_id, :region, :entity, :change_event_type, :event_id, :user_name, :event_name) SENSITIVE = [] include Aws::Structure end |
#event_name ⇒ String
The name or description of this change event.
401 402 403 404 405 406 407 408 409 410 411 412 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 401 class ChangeEvent < Struct.new( :timestamp, :account_id, :region, :entity, :change_event_type, :event_id, :user_name, :event_name) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Amazon Web Services region where this change event occurred.
401 402 403 404 405 406 407 408 409 410 411 412 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 401 class ChangeEvent < Struct.new( :timestamp, :account_id, :region, :entity, :change_event_type, :event_id, :user_name, :event_name) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
The timestamp when this change event occurred. When used in a raw HTTP Query API, it is formatted as epoch time in seconds.
401 402 403 404 405 406 407 408 409 410 411 412 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 401 class ChangeEvent < Struct.new( :timestamp, :account_id, :region, :entity, :change_event_type, :event_id, :user_name, :event_name) SENSITIVE = [] include Aws::Structure end |
#user_name ⇒ String
The name of the user who initiated this change event, if available.
401 402 403 404 405 406 407 408 409 410 411 412 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 401 class ChangeEvent < Struct.new( :timestamp, :account_id, :region, :entity, :change_event_type, :event_id, :user_name, :event_name) SENSITIVE = [] include Aws::Structure end |