Class: Aws::Types::TrafficPattern

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#phases::Array[Types::Phase]

Returns the value of attribute phases.

Returns:



11469
11470
11471
# File 'sig/types.rbs', line 11469

def phases
  @phases
end

#stairsTypes::Stairs

Returns the value of attribute stairs.

Returns:



11470
11471
11472
# File 'sig/types.rbs', line 11470

def stairs
  @stairs
end

#traffic_type"PHASES", "STAIRS"

Returns the value of attribute traffic_type.

Returns:

  • ("PHASES", "STAIRS")


11468
11469
11470
# File 'sig/types.rbs', line 11468

def traffic_type
  @traffic_type
end