Class: Aws::States::Types::CreateStateMachineOutput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-states/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

The date the state machine is created.

Returns:

  • (Time)


271
272
273
274
275
# File 'lib/aws-sdk-states/types.rb', line 271

class CreateStateMachineOutput < Struct.new(
  :state_machine_arn,
  :creation_date)
  include Aws::Structure
end

#state_machine_arnString

The Amazon Resource Name (ARN) that identifies the created state machine.

Returns:

  • (String)


271
272
273
274
275
# File 'lib/aws-sdk-states/types.rb', line 271

class CreateStateMachineOutput < Struct.new(
  :state_machine_arn,
  :creation_date)
  include Aws::Structure
end