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)


6474
6475
6476
# File 'sig/types.rbs', line 6474

def code
  @code
end

#request_origin::String

Returns the value of attribute request_origin.

Returns:

  • (::String)


6475
6476
6477
# File 'sig/types.rbs', line 6475

def request_origin
  @request_origin
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


6473
6474
6475
# File 'sig/types.rbs', line 6473

def session_id
  @session_id
end