Class: Aws::Types::GetStatementResultRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetStatementResultRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#wait_time_seconds ⇒ ::Integer
Returns the value of attribute wait_time_seconds.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
219 220 221 |
# File 'sig/types.rbs', line 219 def id @id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
220 221 222 |
# File 'sig/types.rbs', line 220 def next_token @next_token end |
#wait_time_seconds ⇒ ::Integer
Returns the value of attribute wait_time_seconds.
221 222 223 |
# File 'sig/types.rbs', line 221 def wait_time_seconds @wait_time_seconds end |