Class: Aws::Neptune::Types::CreateEventSubscriptionResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_subscriptionTypes::EventSubscription

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



1671
1672
1673
1674
1675
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 1671

class CreateEventSubscriptionResult < Struct.new(
  :event_subscription)
  SENSITIVE = []
  include Aws::Structure
end