Class: Aws::DatabaseMigrationService::Types::StatementProperties

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#definitionString

The SQL text of the statement.

Returns:

  • (String)


14354
14355
14356
14357
14358
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 14354

class StatementProperties < Struct.new(
  :definition)
  SENSITIVE = []
  include Aws::Structure
end