Class: Aws::States::Types::StateMachineAliasListItem

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-states/types.rb

Overview

Contains details about a specific state machine alias.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

The creation date of a state machine alias.

Returns:

  • (Time)


3539
3540
3541
3542
3543
3544
# File 'lib/aws-sdk-states/types.rb', line 3539

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

#state_machine_alias_arnString

The Amazon Resource Name (ARN) that identifies a state machine alias. The alias ARN is a combination of state machine ARN and the alias name separated by a colon (:). For example, ‘stateMachineARN:PROD`.

Returns:

  • (String)


3539
3540
3541
3542
3543
3544
# File 'lib/aws-sdk-states/types.rb', line 3539

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