Class: Aws::DocDB::Types::Event

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

Overview

Detailed information about an event.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dateTime

Specifies the date and time of the event.

Returns:

  • (Time)


3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 3490

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

#event_categoriesArray<String>

Specifies the category for the event.

Returns:

  • (Array<String>)


3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 3490

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

#messageString

Provides the text of this event.

Returns:

  • (String)


3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 3490

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

#source_arnString

The Amazon Resource Name (ARN) for the event.

Returns:

  • (String)


3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 3490

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

#source_identifierString

Provides the identifier for the source of the event.

Returns:

  • (String)


3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 3490

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

#source_typeString

Specifies the source type for this event.

Returns:

  • (String)


3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 3490

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