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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-databasemigrationservice/types.rb

Overview

The properties of the SQL statement.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#definitionString

The SQL text of the statement.

Returns:

  • (String)


14864
14865
14866
14867
14868
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 14864

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