Class: Aws::Types::CancelStatementRequest
- Inherits:
-
Object
- Object
- Aws::Types::CancelStatementRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::Integer
Returns the value of attribute id.
-
#request_origin ⇒ ::String
Returns the value of attribute request_origin.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
Instance Attribute Details
#id ⇒ ::Integer
Returns the value of attribute id.
606 607 608 |
# File 'sig/types.rbs', line 606 def id @id end |
#request_origin ⇒ ::String
Returns the value of attribute request_origin.
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.
605 606 607 |
# File 'sig/types.rbs', line 605 def session_id @session_id end |