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.