Class: Aws::DatabaseMigrationService::Types::Event

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb

Overview

Describes an identifiable significant activity that affects a replication instance or task. This object can provide the message, the available event categories, the date and source of the event, and the DMS resource type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dateTime

The date of the event.

Returns:

  • (Time)


5419
5420
5421
5422
5423
5424
5425
5426
5427
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 5419

class Event < Struct.new(
  :source_identifier,
  :source_type,
  :message,
  :event_categories,
  :date)
  SENSITIVE = []
  include Aws::Structure
end

#event_categoriesArray<String>

The event categories available for the specified source type.

Returns:

  • (Array<String>)


5419
5420
5421
5422
5423
5424
5425
5426
5427
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 5419

class Event < Struct.new(
  :source_identifier,
  :source_type,
  :message,
  :event_categories,
  :date)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The event message.

Returns:

  • (String)


5419
5420
5421
5422
5423
5424
5425
5426
5427
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 5419

class Event < Struct.new(
  :source_identifier,
  :source_type,
  :message,
  :event_categories,
  :date)
  SENSITIVE = []
  include Aws::Structure
end

#source_identifierString

The identifier of an event source.

Returns:

  • (String)


5419
5420
5421
5422
5423
5424
5425
5426
5427
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 5419

class Event < Struct.new(
  :source_identifier,
  :source_type,
  :message,
  :event_categories,
  :date)
  SENSITIVE = []
  include Aws::Structure
end

#source_typeString

The type of DMS resource that generates events.

Valid values: replication-instance | endpoint | replication-task

Returns:

  • (String)


5419
5420
5421
5422
5423
5424
5425
5426
5427
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 5419

class Event < Struct.new(
  :source_identifier,
  :source_type,
  :message,
  :event_categories,
  :date)
  SENSITIVE = []
  include Aws::Structure
end