Class: Aws::States::Types::UpdateStateMachineOutput

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

#revision_idString

The revision identifier for the updated state machine.

Returns:

  • (String)


4368
4369
4370
4371
4372
4373
4374
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 4368

class UpdateStateMachineOutput < Struct.new(
  :update_date,
  :revision_id,
  :state_machine_version_arn)
  SENSITIVE = []
  include Aws::Structure
end

#state_machine_version_arnString

The Amazon Resource Name (ARN) of the published state machine version.

If the publish parameter isn't set to true, this field returns null.

Returns:

  • (String)


4368
4369
4370
4371
4372
4373
4374
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 4368

class UpdateStateMachineOutput < Struct.new(
  :update_date,
  :revision_id,
  :state_machine_version_arn)
  SENSITIVE = []
  include Aws::Structure
end

#update_dateTime

The date and time the state machine was updated.

Returns:

  • (Time)


4368
4369
4370
4371
4372
4373
4374
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 4368

class UpdateStateMachineOutput < Struct.new(
  :update_date,
  :revision_id,
  :state_machine_version_arn)
  SENSITIVE = []
  include Aws::Structure
end