Class: Aws::Types::GetStatementRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetStatementRequest
- 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.
4095 4096 4097 |
# File 'sig/types.rbs', line 4095 def id @id end |
#request_origin ⇒ ::String
Returns the value of attribute request_origin.
4096 4097 4098 |
# File 'sig/types.rbs', line 4096 def request_origin @request_origin end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
4094 4095 4096 |
# File 'sig/types.rbs', line 4094 def session_id @session_id end |