Class: Aws::Glue::Types::RunStatementResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idInteger

Returns the Id of the statement that was run.

Returns:

  • (Integer)


17730
17731
17732
17733
17734
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 17730

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