Class: Aws::States::Types::CreateStateMachineOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::CreateStateMachineOutput
- Defined in:
- gems/aws-sdk-states/lib/aws-sdk-states/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_date ⇒ Time
The date the state machine is created.
-
#state_machine_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the created state machine.
-
#state_machine_version_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the created state machine version.
Instance Attribute Details
#creation_date ⇒ Time
The date the state machine is created.
570 571 572 573 574 575 576 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 570 class CreateStateMachineOutput < Struct.new( :state_machine_arn, :creation_date, :state_machine_version_arn) SENSITIVE = [] include Aws::Structure end |
#state_machine_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the created state machine.
570 571 572 573 574 575 576 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 570 class CreateStateMachineOutput < Struct.new( :state_machine_arn, :creation_date, :state_machine_version_arn) SENSITIVE = [] include Aws::Structure end |
#state_machine_version_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the created state
machine version. If you do not set the publish parameter to
true, this field returns null value.
570 571 572 573 574 575 576 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 570 class CreateStateMachineOutput < Struct.new( :state_machine_arn, :creation_date, :state_machine_version_arn) SENSITIVE = [] include Aws::Structure end |