Class: Aws::DatabaseMigrationService::Types::CreateEventSubscriptionResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_subscriptionTypes::EventSubscription

The event subscription that was created.



1064
1065
1066
1067
1068
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 1064

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