Class: Aws::Types::RoutingConfigurationListItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#state_machine_version_arn::String

Returns the value of attribute state_machine_version_arn.

Returns:

  • (::String)


834
835
836
# File 'sig/types.rbs', line 834

def state_machine_version_arn
  @state_machine_version_arn
end

#weight::Integer

Returns the value of attribute weight.

Returns:

  • (::Integer)


835
836
837
# File 'sig/types.rbs', line 835

def weight
  @weight
end