Class: Aws::Types::PublishStateMachineVersionInput
- Inherits:
-
Object
- Object
- Aws::Types::PublishStateMachineVersionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
-
#state_machine_arn ⇒ ::String
Returns the value of attribute state_machine_arn.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
806 807 808 |
# File 'sig/types.rbs', line 806 def description @description end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
805 806 807 |
# File 'sig/types.rbs', line 805 def revision_id @revision_id end |
#state_machine_arn ⇒ ::String
Returns the value of attribute state_machine_arn.
804 805 806 |
# File 'sig/types.rbs', line 804 def state_machine_arn @state_machine_arn end |