Class: Aws::States::Types::CreateStateMachineOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::CreateStateMachineOutput
- Includes:
- Aws::Structure
- Defined in:
- 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.
Instance Attribute Details
#creation_date ⇒ Time
The date the state machine is created.
437 438 439 440 441 442 |
# File 'lib/aws-sdk-states/types.rb', line 437 class CreateStateMachineOutput < Struct.new( :state_machine_arn, :creation_date) SENSITIVE = [] include Aws::Structure end |
#state_machine_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the created state machine.
437 438 439 440 441 442 |
# File 'lib/aws-sdk-states/types.rb', line 437 class CreateStateMachineOutput < Struct.new( :state_machine_arn, :creation_date) SENSITIVE = [] include Aws::Structure end |