Class: Aws::DatabaseMigrationService::Types::UpdateSubscriptionsToEventBridgeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::UpdateSubscriptionsToEventBridgeResponse
- Defined in:
- gems/aws-sdk-databasemigrationservice/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.
14135 14136 14137 14138 14139 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 14135 class UpdateSubscriptionsToEventBridgeResponse < Struct.new( :result) SENSITIVE = [] include Aws::Structure end |