Class: Aws::States::Types::DescribeStateMachineAliasOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::DescribeStateMachineAliasOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-states/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#creation_date ⇒ Time
The date the state machine alias was created.
-
#description ⇒ String
A description of the alias.
-
#name ⇒ String
The name of the state machine alias.
-
#routing_configuration ⇒ Array<Types::RoutingConfigurationListItem>
The routing configuration of the alias.
-
#state_machine_alias_arn ⇒ String
The Amazon Resource Name (ARN) of the state machine alias.
-
#update_date ⇒ Time
The date the state machine alias was last updated.
Instance Attribute Details
#creation_date ⇒ Time
The date the state machine alias was created.
1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 |
# File 'lib/aws-sdk-states/types.rb', line 1038 class DescribeStateMachineAliasOutput < Struct.new( :state_machine_alias_arn, :name, :description, :routing_configuration, :creation_date, :update_date) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
A description of the alias.
1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 |
# File 'lib/aws-sdk-states/types.rb', line 1038 class DescribeStateMachineAliasOutput < Struct.new( :state_machine_alias_arn, :name, :description, :routing_configuration, :creation_date, :update_date) SENSITIVE = [:description] include Aws::Structure end |
#name ⇒ String
The name of the state machine alias.
1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 |
# File 'lib/aws-sdk-states/types.rb', line 1038 class DescribeStateMachineAliasOutput < Struct.new( :state_machine_alias_arn, :name, :description, :routing_configuration, :creation_date, :update_date) SENSITIVE = [:description] include Aws::Structure end |
#routing_configuration ⇒ Array<Types::RoutingConfigurationListItem>
The routing configuration of the alias.
1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 |
# File 'lib/aws-sdk-states/types.rb', line 1038 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_arn ⇒ String
The Amazon Resource Name (ARN) of the state machine alias.
1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 |
# File 'lib/aws-sdk-states/types.rb', line 1038 class DescribeStateMachineAliasOutput < Struct.new( :state_machine_alias_arn, :name, :description, :routing_configuration, :creation_date, :update_date) SENSITIVE = [:description] include Aws::Structure end |
#update_date ⇒ Time
The date the state machine alias was last updated.
For a newly created state machine, this is the same as the creation date.
1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 |
# File 'lib/aws-sdk-states/types.rb', line 1038 class DescribeStateMachineAliasOutput < Struct.new( :state_machine_alias_arn, :name, :description, :routing_configuration, :creation_date, :update_date) SENSITIVE = [:description] include Aws::Structure end |