Class: Aws::ApplicationSignals::Types::ChangeEvent

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#account_idString

The Amazon Web Services account ID where this change event occurred.

Returns:

  • (String)


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_typeString

The type of change event that occurred, such as DEPLOYMENT.

Returns:

  • (String)


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

#entityHash<String,String>

The entity (service or resource) that was affected by this change event, including its key attributes.

Returns:

  • (Hash<String,String>)


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_idString

A unique identifier for this change event.

Returns:

  • (String)


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_nameString

The name or description of this change event.

Returns:

  • (String)


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

#regionString

The Amazon Web Services region where this change event occurred.

Returns:

  • (String)


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

#timestampTime

The timestamp when this change event occurred. When used in a raw HTTP Query API, it is formatted as epoch time in seconds.

Returns:

  • (Time)


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_nameString

The name of the user who initiated this change event, if available.

Returns:

  • (String)


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