Class: Aws::DatabaseMigrationService::Types::StartExtensionPackAssociationMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::StartExtensionPackAssociationMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#migration_project_identifier ⇒ String
The migration project name or Amazon Resource Name (ARN).
Instance Attribute Details
#migration_project_identifier ⇒ String
The migration project name or Amazon Resource Name (ARN).
12894 12895 12896 12897 12898 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12894 class StartExtensionPackAssociationMessage < Struct.new( :migration_project_identifier) SENSITIVE = [] include Aws::Structure end |