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.
1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 |
# File 'lib/aws-sdk-states/types.rb', line 1021 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.
1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 |
# File 'lib/aws-sdk-states/types.rb', line 1021 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.
1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 |
# File 'lib/aws-sdk-states/types.rb', line 1021 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.
1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 |
# File 'lib/aws-sdk-states/types.rb', line 1021 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.
1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 |
# File 'lib/aws-sdk-states/types.rb', line 1021 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.
1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 |
# File 'lib/aws-sdk-states/types.rb', line 1021 class DescribeStateMachineAliasOutput < Struct.new( :state_machine_alias_arn, :name, :description, :routing_configuration, :creation_date, :update_date) SENSITIVE = [:description] include Aws::Structure end |