Method: Aws::DocDB::Types::Event#source_type

Defined in:
lib/aws-sdk-docdb/types.rb

#source_typeString

Specifies the source type for this event.

Returns:

  • (String)


3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
# File 'lib/aws-sdk-docdb/types.rb', line 3574

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