Class: Aws::Types::PublishStateMachineVersionOutput
- Inherits:
-
Object
- Object
- Aws::Types::PublishStateMachineVersionOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#state_machine_version_arn ⇒ ::String
Returns the value of attribute state_machine_version_arn.
Instance Attribute Details
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
811 812 813 |
# File 'sig/types.rbs', line 811 def creation_date @creation_date end |
#state_machine_version_arn ⇒ ::String
Returns the value of attribute state_machine_version_arn.
812 813 814 |
# File 'sig/types.rbs', line 812 def state_machine_version_arn @state_machine_version_arn end |