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)


19052
19053
19054
19055
19056
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 19052

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