Class: Aws::Types::CreateStateMachineAliasInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


116
117
118
# File 'sig/types.rbs', line 116

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


117
118
119
# File 'sig/types.rbs', line 117

def name
  @name
end

#routing_configuration::Array[Types::RoutingConfigurationListItem]

Returns the value of attribute routing_configuration.



118
119
120
# File 'sig/types.rbs', line 118

def routing_configuration
  @routing_configuration
end