Class: Aws::Types::RunStatementRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code::String

Returns the value of attribute code.

Returns:

  • (::String)


6405
6406
6407
# File 'sig/types.rbs', line 6405

def code
  @code
end

#request_origin::String

Returns the value of attribute request_origin.

Returns:

  • (::String)


6406
6407
6408
# File 'sig/types.rbs', line 6406

def request_origin
  @request_origin
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


6404
6405
6406
# File 'sig/types.rbs', line 6404

def session_id
  @session_id
end