Class: Aws::States::Types::StateMachineVersionListItem

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

Overview

Contains details about a specific state machine version.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

The creation date of a state machine version.

Returns:

  • (Time)


3669
3670
3671
3672
3673
3674
# File 'lib/aws-sdk-states/types.rb', line 3669

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

#state_machine_version_arnString

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

Returns:

  • (String)


3669
3670
3671
3672
3673
3674
# File 'lib/aws-sdk-states/types.rb', line 3669

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