You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::RDS::Event

Inherits:
Aws::Resources::Resource show all
Defined in:
(unknown)

Instance Attribute Summary collapse

Attributes inherited from Aws::Resources::Resource

#client, #identifiers

Instance Method Summary collapse

Methods inherited from Aws::Resources::Resource

add_data_attribute, add_identifier, #data, data_attributes, #data_loaded?, identifiers, #load, #wait_until

Methods included from Aws::Resources::OperationMethods

#add_batch_operation, #add_operation, #batch_operation, #batch_operation_names, #batch_operations, #operation, #operation_names, #operations

Constructor Details

#initialize(source_id, date, options = {}) ⇒ Object #initialize(options = {}) ⇒ Object

Overloads:

  • #initialize(source_id, date, options = {}) ⇒ Object

    Parameters:

    • source_id (String)
    • date (String)

    Options Hash (options):

    • :client (Client)

      When `:client is not given, the options hash is used to construct a new Client object.

  • #initialize(options = {}) ⇒ Object

    Options Hash (options):

    • :source_id (required, String)
    • :date (required, String)
    • :client (Client)

      When `:client is not given, the options hash is used to construct a new Client object.

Instance Attribute Details

#dateString (readonly)

Returns:

  • (String)

#event_categoriesArray<String> (readonly)

Specifies the category for the event.

Returns:

  • (Array<String>)

    Specifies the category for the event.

#messageString (readonly)

Provides the text of this event.

Returns:

  • (String)

    Provides the text of this event.

#source_arnString (readonly)

The Amazon Resource Name (ARN) for the event.

Returns:

  • (String)

    The Amazon Resource Name (ARN) for the event.

#source_idString (readonly)

Returns:

  • (String)

#source_identifierString (readonly)

Provides the identifier for the source of the event.

Returns:

  • (String)

    Provides the identifier for the source of the event.

#source_typeString (readonly)

Specifies the source type for this event.

Possible values:

  • db-instance
  • db-parameter-group
  • db-security-group
  • db-snapshot
  • db-cluster
  • db-cluster-snapshot

Returns:

  • (String)

    Specifies the source type for this event.