Class: Aws::Neptune::Types::CreateEventSubscriptionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptune::Types::CreateEventSubscriptionResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptune/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_subscription ⇒ Types::EventSubscription
Contains the results of a successful invocation of the DescribeEventSubscriptions action.
Instance Attribute Details
#event_subscription ⇒ Types::EventSubscription
Contains the results of a successful invocation of the DescribeEventSubscriptions action.
1671 1672 1673 1674 1675 |
# File 'lib/aws-sdk-neptune/types.rb', line 1671 class CreateEventSubscriptionResult < Struct.new( :event_subscription) SENSITIVE = [] include Aws::Structure end |