Class: Aws::DatabaseMigrationService::Types::CreateEventSubscriptionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::CreateEventSubscriptionResponse
- Defined in:
- gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_subscription ⇒ Types::EventSubscription
The event subscription that was created.
Instance Attribute Details
#event_subscription ⇒ Types::EventSubscription
The event subscription that was created.
1140 1141 1142 1143 1144 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 1140 class CreateEventSubscriptionResponse < Struct.new( :event_subscription) SENSITIVE = [] include Aws::Structure end |