Class: Aws::Types::CancelStatementRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::Integer

Returns the value of attribute id.

Returns:

  • (::Integer)


606
607
608
# File 'sig/types.rbs', line 606

def id
  @id
end

#request_origin::String

Returns the value of attribute request_origin.

Returns:

  • (::String)


607
608
609
# File 'sig/types.rbs', line 607

def request_origin
  @request_origin
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


605
606
607
# File 'sig/types.rbs', line 605

def session_id
  @session_id
end