Class: Aws::States::Types::UpdateStateMachineAliasOutput

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 alias was updated.

Returns:

  • (Time)


3784
3785
3786
3787
3788
# File 'lib/aws-sdk-states/types.rb', line 3784

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