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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb

Overview

Contains the results of a successful invocation of the DescribeEventSubscriptions action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cust_subscription_idString

The event notification subscription Id.

Returns:

  • (String)


5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 5097

class EventSubscription < Struct.new(
  :customer_aws_id,
  :cust_subscription_id,
  :sns_topic_arn,
  :status,
  :subscription_creation_time,
  :source_type,
  :source_ids_list,
  :event_categories_list,
  :enabled,
  :event_subscription_arn)
  SENSITIVE = []
  include Aws::Structure
end

#customer_aws_idString

The Amazon customer account associated with the event notification subscription.

Returns:

  • (String)


5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 5097

class EventSubscription < Struct.new(
  :customer_aws_id,
  :cust_subscription_id,
  :sns_topic_arn,
  :status,
  :subscription_creation_time,
  :source_type,
  :source_ids_list,
  :event_categories_list,
  :enabled,
  :event_subscription_arn)
  SENSITIVE = []
  include Aws::Structure
end

#enabledBoolean

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

Returns:

  • (Boolean)


5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 5097

class EventSubscription < Struct.new(
  :customer_aws_id,
  :cust_subscription_id,
  :sns_topic_arn,
  :status,
  :subscription_creation_time,
  :source_type,
  :source_ids_list,
  :event_categories_list,
  :enabled,
  :event_subscription_arn)
  SENSITIVE = []
  include Aws::Structure
end

#event_categories_listArray<String>

A list of event categories for the event notification subscription.

Returns:

  • (Array<String>)


5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 5097

class EventSubscription < Struct.new(
  :customer_aws_id,
  :cust_subscription_id,
  :sns_topic_arn,
  :status,
  :subscription_creation_time,
  :source_type,
  :source_ids_list,
  :event_categories_list,
  :enabled,
  :event_subscription_arn)
  SENSITIVE = []
  include Aws::Structure
end

#event_subscription_arnString

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

Returns:

  • (String)


5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 5097

class EventSubscription < Struct.new(
  :customer_aws_id,
  :cust_subscription_id,
  :sns_topic_arn,
  :status,
  :subscription_creation_time,
  :source_type,
  :source_ids_list,
  :event_categories_list,
  :enabled,
  :event_subscription_arn)
  SENSITIVE = []
  include Aws::Structure
end

#sns_topic_arnString

The topic ARN of the event notification subscription.

Returns:

  • (String)


5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 5097

class EventSubscription < Struct.new(
  :customer_aws_id,
  :cust_subscription_id,
  :sns_topic_arn,
  :status,
  :subscription_creation_time,
  :source_type,
  :source_ids_list,
  :event_categories_list,
  :enabled,
  :event_subscription_arn)
  SENSITIVE = []
  include Aws::Structure
end

#source_ids_listArray<String>

A list of source IDs for the event notification subscription.

Returns:

  • (Array<String>)


5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 5097

class EventSubscription < Struct.new(
  :customer_aws_id,
  :cust_subscription_id,
  :sns_topic_arn,
  :status,
  :subscription_creation_time,
  :source_type,
  :source_ids_list,
  :event_categories_list,
  :enabled,
  :event_subscription_arn)
  SENSITIVE = []
  include Aws::Structure
end

#source_typeString

The source type for the event notification subscription.

Returns:

  • (String)


5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 5097

class EventSubscription < Struct.new(
  :customer_aws_id,
  :cust_subscription_id,
  :sns_topic_arn,
  :status,
  :subscription_creation_time,
  :source_type,
  :source_ids_list,
  :event_categories_list,
  :enabled,
  :event_subscription_arn)
  SENSITIVE = []
  include Aws::Structure
end

#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)


5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 5097

class EventSubscription < Struct.new(
  :customer_aws_id,
  :cust_subscription_id,
  :sns_topic_arn,
  :status,
  :subscription_creation_time,
  :source_type,
  :source_ids_list,
  :event_categories_list,
  :enabled,
  :event_subscription_arn)
  SENSITIVE = []
  include Aws::Structure
end

#subscription_creation_timeString

The time the event notification subscription was created.

Returns:

  • (String)


5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 5097

class EventSubscription < Struct.new(
  :customer_aws_id,
  :cust_subscription_id,
  :sns_topic_arn,
  :status,
  :subscription_creation_time,
  :source_type,
  :source_ids_list,
  :event_categories_list,
  :enabled,
  :event_subscription_arn)
  SENSITIVE = []
  include Aws::Structure
end