Class: Aws::States::Types::PublishStateMachineVersionOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

The date the version was created.

Returns:

  • (Time)


2888
2889
2890
2891
2892
2893
# File 'lib/aws-sdk-states/types.rb', line 2888

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

#state_machine_version_arnString

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

Returns:

  • (String)


2888
2889
2890
2891
2892
2893
# File 'lib/aws-sdk-states/types.rb', line 2888

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