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)


6447
6448
6449
# File 'sig/types.rbs', line 6447

def code
  @code
end

#request_origin::String

Returns the value of attribute request_origin.

Returns:

  • (::String)


6448
6449
6450
# File 'sig/types.rbs', line 6448

def request_origin
  @request_origin
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


6446
6447
6448
# File 'sig/types.rbs', line 6446

def session_id
  @session_id
end