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.
7331 7332 7333 |
# File 'sig/types.rbs', line 7331 def code @code end |
#completed_on ⇒ ::Integer
Returns the value of attribute completed_on.
7336 7337 7338 |
# File 'sig/types.rbs', line 7336 def completed_on @completed_on end |
#id ⇒ ::Integer
Returns the value of attribute id.
7330 7331 7332 |
# File 'sig/types.rbs', line 7330 def id @id end |
#output ⇒ Types::StatementOutput
Returns the value of attribute output.
7333 7334 7335 |
# File 'sig/types.rbs', line 7333 def output @output end |
#progress ⇒ ::Float
Returns the value of attribute progress.
7334 7335 7336 |
# File 'sig/types.rbs', line 7334 def progress @progress end |
#started_on ⇒ ::Integer
Returns the value of attribute started_on.
7335 7336 7337 |
# File 'sig/types.rbs', line 7335 def started_on @started_on end |
#state ⇒ "WAITING", ...
Returns the value of attribute state.
7332 7333 7334 |
# File 'sig/types.rbs', line 7332 def state @state end |