Class: Aws::Types::RoutingStrategy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


1971
1972
1973
# File 'sig/types.rbs', line 1971

def fleet_id
  @fleet_id
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1972
1973
1974
# File 'sig/types.rbs', line 1972

def message
  @message
end

#type"SIMPLE", "TERMINAL"

Returns the value of attribute type.

Returns:

  • ("SIMPLE", "TERMINAL")


1970
1971
1972
# File 'sig/types.rbs', line 1970

def type
  @type
end