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

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

#update_dateTime

The date and time the state machine alias was updated.

Returns:

  • (Time)


4887
4888
4889
4890
4891
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 4887

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