Class: Aws::Types::RoutingCriteria

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#activation_timestamp::Time

Returns the value of attribute activation_timestamp.

Returns:

  • (::Time)


6686
6687
6688
# File 'sig/types.rbs', line 6686

def activation_timestamp
  @activation_timestamp
end

#index::Integer

Returns the value of attribute index.

Returns:

  • (::Integer)


6687
6688
6689
# File 'sig/types.rbs', line 6687

def index
  @index
end

#steps::Array[Types::Step]

Returns the value of attribute steps.

Returns:



6685
6686
6687
# File 'sig/types.rbs', line 6685

def steps
  @steps
end