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.
13437 13438 13439 13440 13441 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 13437 class UpdateSubscriptionsToEventBridgeResponse < Struct.new( :result) SENSITIVE = [] include Aws::Structure end |