Class: Aws::LexModelBuildingService::Types::GetMigrationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::GetMigrationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#migration_id ⇒ String
The unique identifier of the migration to view.
Instance Attribute Details
#migration_id ⇒ String
The unique identifier of the migration to view. The ‘migrationID` is returned by the operation.
2038 2039 2040 2041 2042 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2038 class GetMigrationRequest < Struct.new( :migration_id) SENSITIVE = [] include Aws::Structure end |