Class: Aws::States::Types::DescribeStateMachineAliasInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#state_machine_alias_arnString

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

Returns:

  • (String)


986
987
988
989
990
# File 'lib/aws-sdk-states/types.rb', line 986

class DescribeStateMachineAliasInput < Struct.new(
  :state_machine_alias_arn)
  SENSITIVE = []
  include Aws::Structure
end