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.
7299 7300 7301 |
# File 'sig/types.rbs', line 7299 def code @code end |
#completed_on ⇒ ::Integer
Returns the value of attribute completed_on.
7304 7305 7306 |
# File 'sig/types.rbs', line 7304 def completed_on @completed_on end |
#id ⇒ ::Integer
Returns the value of attribute id.
7298 7299 7300 |
# File 'sig/types.rbs', line 7298 def id @id end |
#output ⇒ Types::StatementOutput
Returns the value of attribute output.
7301 7302 7303 |
# File 'sig/types.rbs', line 7301 def output @output end |
#progress ⇒ ::Float
Returns the value of attribute progress.
7302 7303 7304 |
# File 'sig/types.rbs', line 7302 def progress @progress end |
#started_on ⇒ ::Integer
Returns the value of attribute started_on.
7303 7304 7305 |
# File 'sig/types.rbs', line 7303 def started_on @started_on end |
#state ⇒ "WAITING", ...
Returns the value of attribute state.
7300 7301 7302 |
# File 'sig/types.rbs', line 7300 def state @state end |