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)


6437
6438
6439
# File 'sig/types.rbs', line 6437

def code
  @code
end

#request_origin::String

Returns the value of attribute request_origin.

Returns:

  • (::String)


6438
6439
6440
# File 'sig/types.rbs', line 6438

def request_origin
  @request_origin
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


6436
6437
6438
# File 'sig/types.rbs', line 6436

def session_id
  @session_id
end