Class: Aws::Types::Statement
- Inherits:
-
Object
- Object
- Aws::Types::Statement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#completed_on ⇒ ::Integer
Returns the value of attribute completed_on.
-
#id ⇒ ::Integer
Returns the value of attribute id.
-
#output ⇒ Types::StatementOutput
Returns the value of attribute output.
-
#progress ⇒ ::Float
Returns the value of attribute progress.
-
#started_on ⇒ ::Integer
Returns the value of attribute started_on.
-
#state ⇒ "WAITING", ...
Returns the value of attribute state.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
7341 7342 7343 |
# File 'sig/types.rbs', line 7341 def code @code end |
#completed_on ⇒ ::Integer
Returns the value of attribute completed_on.
7346 7347 7348 |
# File 'sig/types.rbs', line 7346 def completed_on @completed_on end |
#id ⇒ ::Integer
Returns the value of attribute id.
7340 7341 7342 |
# File 'sig/types.rbs', line 7340 def id @id end |
#output ⇒ Types::StatementOutput
Returns the value of attribute output.
7343 7344 7345 |
# File 'sig/types.rbs', line 7343 def output @output end |
#progress ⇒ ::Float
Returns the value of attribute progress.
7344 7345 7346 |
# File 'sig/types.rbs', line 7344 def progress @progress end |
#started_on ⇒ ::Integer
Returns the value of attribute started_on.
7345 7346 7347 |
# File 'sig/types.rbs', line 7345 def started_on @started_on end |
#state ⇒ "WAITING", ...
Returns the value of attribute state.
7342 7343 7344 |
# File 'sig/types.rbs', line 7342 def state @state end |