Class: Aws::Neptune::Types::Event

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

Overview

This data type is used as a response element in the DescribeEvents action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dateTime

Specifies the date and time of the event.

Returns:

  • (Time)


4997
4998
4999
5000
5001
5002
5003
5004
5005
5006
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 4997

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>)


4997
4998
4999
5000
5001
5002
5003
5004
5005
5006
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 4997

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)


4997
4998
4999
5000
5001
5002
5003
5004
5005
5006
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 4997

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)


4997
4998
4999
5000
5001
5002
5003
5004
5005
5006
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 4997

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)


4997
4998
4999
5000
5001
5002
5003
5004
5005
5006
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 4997

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)


4997
4998
4999
5000
5001
5002
5003
5004
5005
5006
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 4997

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