Class: Aws::Types::ActionState
- Inherits:
-
Object
- Object
- Aws::Types::ActionState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_name ⇒ ::String
Returns the value of attribute action_name.
-
#current_revision ⇒ Types::ActionRevision
Returns the value of attribute current_revision.
-
#entity_url ⇒ ::String
Returns the value of attribute entity_url.
-
#latest_execution ⇒ Types::ActionExecution
Returns the value of attribute latest_execution.
-
#revision_url ⇒ ::String
Returns the value of attribute revision_url.
Instance Attribute Details
#action_name ⇒ ::String
Returns the value of attribute action_name.
159 160 161 |
# File 'sig/types.rbs', line 159 def action_name @action_name end |
#current_revision ⇒ Types::ActionRevision
Returns the value of attribute current_revision.
160 161 162 |
# File 'sig/types.rbs', line 160 def current_revision @current_revision end |
#entity_url ⇒ ::String
Returns the value of attribute entity_url.
162 163 164 |
# File 'sig/types.rbs', line 162 def entity_url @entity_url end |
#latest_execution ⇒ Types::ActionExecution
Returns the value of attribute latest_execution.
161 162 163 |
# File 'sig/types.rbs', line 161 def latest_execution @latest_execution end |
#revision_url ⇒ ::String
Returns the value of attribute revision_url.
163 164 165 |
# File 'sig/types.rbs', line 163 def revision_url @revision_url end |