Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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

Class: Aws::Neptune::Types::EventSubscription

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#cust_subscription_idString

The event notification subscription Id.

Returns:

  • (String)

    The event notification subscription Id.

#customer_aws_idString

The AWS customer account associated with the event notification subscription.

Returns:

  • (String)

    The AWS customer account associated with the event notification subscription.

#enabledBoolean

A Boolean value indicating if the subscription is enabled. True indicates the subscription is enabled.

Returns:

  • (Boolean)

    A Boolean value indicating if the subscription is enabled.

#event_categories_listArray<String>

A list of event categories for the event notification subscription.

Returns:

  • (Array<String>)

    A list of event categories for the event notification subscription.

#event_subscription_arnString

The Amazon Resource Name (ARN) for the event subscription.

Returns:

  • (String)

    The Amazon Resource Name (ARN) for the event subscription.

#sns_topic_arnString

The topic ARN of the event notification subscription.

Returns:

  • (String)

    The topic ARN of the event notification subscription.

#source_ids_listArray<String>

A list of source IDs for the event notification subscription.

Returns:

  • (Array<String>)

    A list of source IDs for the event notification subscription.

#source_typeString

The source type for the event notification subscription.

Returns:

  • (String)

    The source type for the event notification subscription.

#statusString

The status of the event notification subscription.

Constraints:

Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

The status \"no-permission\" indicates that Neptune no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.

Returns:

  • (String)

    The status of the event notification subscription.

#subscription_creation_timeString

The time the event notification subscription was created.

Returns:

  • (String)

    The time the event notification subscription was created.