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)


6957
6958
6959
# File 'sig/types.rbs', line 6957

def activation_timestamp
  @activation_timestamp
end

#index::Integer

Returns the value of attribute index.

Returns:

  • (::Integer)


6958
6959
6960
# File 'sig/types.rbs', line 6958

def index
  @index
end

#steps::Array[Types::Step]

Returns the value of attribute steps.

Returns:



6956
6957
6958
# File 'sig/types.rbs', line 6956

def steps
  @steps
end