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

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

#update_dateTime

The date and time the state machine was updated.

Returns:

  • (Time)


2807
2808
2809
2810
2811
# File 'lib/aws-sdk-states/types.rb', line 2807

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