Class: Aws::Types::UpdateStateMachineOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateStateMachineOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
-
#state_machine_version_arn ⇒ ::String
Returns the value of attribute state_machine_version_arn.
-
#update_date ⇒ ::Time
Returns the value of attribute update_date.
Instance Attribute Details
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
1169 1170 1171 |
# File 'sig/types.rbs', line 1169 def revision_id @revision_id end |
#state_machine_version_arn ⇒ ::String
Returns the value of attribute state_machine_version_arn.
1170 1171 1172 |
# File 'sig/types.rbs', line 1170 def state_machine_version_arn @state_machine_version_arn end |
#update_date ⇒ ::Time
Returns the value of attribute update_date.
1168 1169 1170 |
# File 'sig/types.rbs', line 1168 def update_date @update_date end |