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:



11385
11386
11387
# File 'sig/types.rbs', line 11385

def phases
  @phases
end

#stairsTypes::Stairs

Returns the value of attribute stairs.

Returns:



11386
11387
11388
# File 'sig/types.rbs', line 11386

def stairs
  @stairs
end

#traffic_type"PHASES", "STAIRS"

Returns the value of attribute traffic_type.

Returns:

  • ("PHASES", "STAIRS")


11384
11385
11386
# File 'sig/types.rbs', line 11384

def traffic_type
  @traffic_type
end