Class: Aws::States::Types::DescribeStateMachineAliasOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

The date the state machine alias was created.

Returns:

  • (Time)


985
986
987
988
989
990
991
992
993
994
# File 'lib/aws-sdk-states/types.rb', line 985

class DescribeStateMachineAliasOutput < Struct.new(
  :state_machine_alias_arn,
  :name,
  :description,
  :routing_configuration,
  :creation_date,
  :update_date)
  SENSITIVE = [:description]
  include Aws::Structure
end

#descriptionString

A description of the alias.

Returns:

  • (String)


985
986
987
988
989
990
991
992
993
994
# File 'lib/aws-sdk-states/types.rb', line 985

class DescribeStateMachineAliasOutput < Struct.new(
  :state_machine_alias_arn,
  :name,
  :description,
  :routing_configuration,
  :creation_date,
  :update_date)
  SENSITIVE = [:description]
  include Aws::Structure
end

#nameString

The name of the state machine alias.

Returns:

  • (String)


985
986
987
988
989
990
991
992
993
994
# File 'lib/aws-sdk-states/types.rb', line 985

class DescribeStateMachineAliasOutput < Struct.new(
  :state_machine_alias_arn,
  :name,
  :description,
  :routing_configuration,
  :creation_date,
  :update_date)
  SENSITIVE = [:description]
  include Aws::Structure
end

#routing_configurationArray<Types::RoutingConfigurationListItem>

The routing configuration of the alias.



985
986
987
988
989
990
991
992
993
994
# File 'lib/aws-sdk-states/types.rb', line 985

class DescribeStateMachineAliasOutput < Struct.new(
  :state_machine_alias_arn,
  :name,
  :description,
  :routing_configuration,
  :creation_date,
  :update_date)
  SENSITIVE = [:description]
  include Aws::Structure
end

#state_machine_alias_arnString

The Amazon Resource Name (ARN) of the state machine alias.

Returns:

  • (String)


985
986
987
988
989
990
991
992
993
994
# File 'lib/aws-sdk-states/types.rb', line 985

class DescribeStateMachineAliasOutput < Struct.new(
  :state_machine_alias_arn,
  :name,
  :description,
  :routing_configuration,
  :creation_date,
  :update_date)
  SENSITIVE = [:description]
  include Aws::Structure
end

#update_dateTime

The date the state machine alias was last updated.

For a newly created state machine, this is the same as the creation date.

Returns:

  • (Time)


985
986
987
988
989
990
991
992
993
994
# File 'lib/aws-sdk-states/types.rb', line 985

class DescribeStateMachineAliasOutput < Struct.new(
  :state_machine_alias_arn,
  :name,
  :description,
  :routing_configuration,
  :creation_date,
  :update_date)
  SENSITIVE = [:description]
  include Aws::Structure
end