Class: Aws::States::Types::CreateStateMachineAliasOutput

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

#creation_dateTime

The date the state machine alias was created.

Returns:

  • (Time)


399
400
401
402
403
404
# File 'lib/aws-sdk-states/types.rb', line 399

class CreateStateMachineAliasOutput < Struct.new(
  :state_machine_alias_arn,
  :creation_date)
  SENSITIVE = []
  include Aws::Structure
end

#state_machine_alias_arnString

The Amazon Resource Name (ARN) that identifies the created state machine alias.

Returns:

  • (String)


399
400
401
402
403
404
# File 'lib/aws-sdk-states/types.rb', line 399

class CreateStateMachineAliasOutput < Struct.new(
  :state_machine_alias_arn,
  :creation_date)
  SENSITIVE = []
  include Aws::Structure
end