Class: Aws::States::Types::StateMachineListItem

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

Overview

Contains details about the state machine.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

The date the state machine is created.

Returns:

  • (Time)


3634
3635
3636
3637
3638
3639
3640
3641
# File 'lib/aws-sdk-states/types.rb', line 3634

class StateMachineListItem < Struct.new(
  :state_machine_arn,
  :name,
  :type,
  :creation_date)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the state machine.

A name must not contain:

  • white space

  • brackets ‘< > { } [ ]`

  • wildcard characters ‘? *`

  • special characters “ “ # % \ ^ | ~ ‘ $ & , ; : / “

  • control characters (‘U+0000-001F`, `U+007F-009F`)

To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.

Returns:

  • (String)


3634
3635
3636
3637
3638
3639
3640
3641
# File 'lib/aws-sdk-states/types.rb', line 3634

class StateMachineListItem < Struct.new(
  :state_machine_arn,
  :name,
  :type,
  :creation_date)
  SENSITIVE = []
  include Aws::Structure
end

#state_machine_arnString

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

Returns:

  • (String)


3634
3635
3636
3637
3638
3639
3640
3641
# File 'lib/aws-sdk-states/types.rb', line 3634

class StateMachineListItem < Struct.new(
  :state_machine_arn,
  :name,
  :type,
  :creation_date)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Returns:

  • (String)


3634
3635
3636
3637
3638
3639
3640
3641
# File 'lib/aws-sdk-states/types.rb', line 3634

class StateMachineListItem < Struct.new(
  :state_machine_arn,
  :name,
  :type,
  :creation_date)
  SENSITIVE = []
  include Aws::Structure
end