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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

The date the state machine is created.

Returns:

  • (Time)


524
525
526
527
528
529
530
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 524

class CreateStateMachineOutput < Struct.new(
  :state_machine_arn,
  :creation_date,
  :state_machine_version_arn)
  SENSITIVE = []
  include Aws::Structure
end

#state_machine_arnString

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

Returns:

  • (String)


524
525
526
527
528
529
530
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 524

class CreateStateMachineOutput < Struct.new(
  :state_machine_arn,
  :creation_date,
  :state_machine_version_arn)
  SENSITIVE = []
  include Aws::Structure
end

#state_machine_version_arnString

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.

Returns:

  • (String)


524
525
526
527
528
529
530
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 524

class CreateStateMachineOutput < Struct.new(
  :state_machine_arn,
  :creation_date,
  :state_machine_version_arn)
  SENSITIVE = []
  include Aws::Structure
end