Class: Aws::RDS::Types::Event

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#dateTime

Specifies the date and time of the event.

Returns:

  • (Time)


9022
9023
9024
9025
9026
9027
9028
9029
9030
# File 'lib/aws-sdk-rds/types.rb', line 9022

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

#event_categoriesArray<String>

Specifies the category for the event.

Returns:

  • (Array<String>)


9022
9023
9024
9025
9026
9027
9028
9029
9030
# File 'lib/aws-sdk-rds/types.rb', line 9022

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

#messageString

Provides the text of this event.

Returns:

  • (String)


9022
9023
9024
9025
9026
9027
9028
9029
9030
# File 'lib/aws-sdk-rds/types.rb', line 9022

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

#source_arnString

The Amazon Resource Name (ARN) for the event.

Returns:

  • (String)


9022
9023
9024
9025
9026
9027
9028
9029
9030
# File 'lib/aws-sdk-rds/types.rb', line 9022

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

#source_identifierString

Provides the identifier for the source of the event.

Returns:

  • (String)


9022
9023
9024
9025
9026
9027
9028
9029
9030
# File 'lib/aws-sdk-rds/types.rb', line 9022

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

#source_typeString

Specifies the source type for this event.

Returns:

  • (String)


9022
9023
9024
9025
9026
9027
9028
9029
9030
# File 'lib/aws-sdk-rds/types.rb', line 9022

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