Class: Aws::States::Types::UpdateStateMachineOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::UpdateStateMachineOutput
- Defined in:
- gems/aws-sdk-states/lib/aws-sdk-states/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#revision_id ⇒ String
The revision identifier for the updated state machine.
-
#state_machine_version_arn ⇒ String
The Amazon Resource Name (ARN) of the published state machine version.
-
#update_date ⇒ Time
The date and time the state machine was updated.
Instance Attribute Details
#revision_id ⇒ String
The revision identifier for the updated state machine.
4778 4779 4780 4781 4782 4783 4784 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 4778 class UpdateStateMachineOutput < Struct.new( :update_date, :revision_id, :state_machine_version_arn) SENSITIVE = [] include Aws::Structure end |
#state_machine_version_arn ⇒ String
The Amazon Resource Name (ARN) of the published state machine version.
If the publish parameter isn't set to true, this field returns
null.
4778 4779 4780 4781 4782 4783 4784 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 4778 class UpdateStateMachineOutput < Struct.new( :update_date, :revision_id, :state_machine_version_arn) SENSITIVE = [] include Aws::Structure end |
#update_date ⇒ Time
The date and time the state machine was updated.
4778 4779 4780 4781 4782 4783 4784 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 4778 class UpdateStateMachineOutput < Struct.new( :update_date, :revision_id, :state_machine_version_arn) SENSITIVE = [] include Aws::Structure end |