Class: Aws::DatabaseMigrationService::Types::StatementProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::StatementProperties
- Defined in:
- gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb
Overview
The properties of the statement for metadata model creation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#definition ⇒ String
The SQL text of the statement.
Instance Attribute Details
#definition ⇒ String
The SQL text of the statement.
14442 14443 14444 14445 14446 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 14442 class StatementProperties < Struct.new( :definition) SENSITIVE = [] include Aws::Structure end |