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
- Struct
- Aws::Neptune::Types::EventSubscription
- Defined in:
- (unknown)
Overview
Contains the results of a successful invocation of the DescribeEventSubscriptions action.
Returned by:
Instance Attribute Summary collapse
-
#cust_subscription_id ⇒ String
The event notification subscription Id.
-
#customer_aws_id ⇒ String
The AWS customer account associated with the event notification subscription.
-
#enabled ⇒ Boolean
A Boolean value indicating if the subscription is enabled.
-
#event_categories_list ⇒ Array<String>
A list of event categories for the event notification subscription.
-
#event_subscription_arn ⇒ String
The Amazon Resource Name (ARN) for the event subscription.
-
#sns_topic_arn ⇒ String
The topic ARN of the event notification subscription.
-
#source_ids_list ⇒ Array<String>
A list of source IDs for the event notification subscription.
-
#source_type ⇒ String
The source type for the event notification subscription.
-
#status ⇒ String
The status of the event notification subscription.
-
#subscription_creation_time ⇒ String
The time the event notification subscription was created.
Instance Attribute Details
#cust_subscription_id ⇒ String
The event notification subscription Id.
#customer_aws_id ⇒ String
The AWS customer account associated with the event notification subscription.
#enabled ⇒ Boolean
A Boolean value indicating if the subscription is enabled. True indicates the subscription is enabled.
#event_categories_list ⇒ Array<String>
A list of event categories for the event notification subscription.
#event_subscription_arn ⇒ String
The Amazon Resource Name (ARN) for the event subscription.
#sns_topic_arn ⇒ String
The topic ARN of the event notification subscription.
#source_ids_list ⇒ Array<String>
A list of source IDs for the event notification subscription.
#source_type ⇒ String
The source type for the event notification subscription.
#status ⇒ String
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.
#subscription_creation_time ⇒ String
The time the event notification subscription was created.