Class: Aws::Types::GetStatementResultV2Request
- Inherits:
-
Object
- Object
- Aws::Types::GetStatementResultV2Request
- 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.
234 235 236 |
# File 'sig/types.rbs', line 234 def id @id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
235 236 237 |
# File 'sig/types.rbs', line 235 def next_token @next_token end |
#wait_time_seconds ⇒ ::Integer
Returns the value of attribute wait_time_seconds.
236 237 238 |
# File 'sig/types.rbs', line 236 def wait_time_seconds @wait_time_seconds end |