Class: Aws::DatabaseMigrationService::Types::UpdateSubscriptionsToEventBridgeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::UpdateSubscriptionsToEventBridgeResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#result ⇒ String
A string that indicates how many event subscriptions were migrated and how many remain to be migrated.
Instance Attribute Details
#result ⇒ String
A string that indicates how many event subscriptions were migrated and how many remain to be migrated.
14000 14001 14002 14003 14004 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 14000 class UpdateSubscriptionsToEventBridgeResponse < Struct.new( :result) SENSITIVE = [] include Aws::Structure end |