Class: Aws::States::Types::UpdateStateMachineAliasOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::UpdateStateMachineAliasOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-states/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#update_date ⇒ Time
The date and time the state machine alias was updated.
Instance Attribute Details
#update_date ⇒ Time
The date and time the state machine alias was updated.
4605 4606 4607 4608 4609 |
# File 'lib/aws-sdk-states/types.rb', line 4605 class UpdateStateMachineAliasOutput < Struct.new( :update_date) SENSITIVE = [] include Aws::Structure end |