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

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 version was created.

Returns:

  • (Time)


3027
3028
3029
3030
3031
3032
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 3027

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)


3027
3028
3029
3030
3031
3032
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 3027

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