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:



11393
11394
11395
# File 'sig/types.rbs', line 11393

def phases
  @phases
end

#stairsTypes::Stairs

Returns the value of attribute stairs.

Returns:



11394
11395
11396
# File 'sig/types.rbs', line 11394

def stairs
  @stairs
end

#traffic_type"PHASES", "STAIRS"

Returns the value of attribute traffic_type.

Returns:

  • ("PHASES", "STAIRS")


11392
11393
11394
# File 'sig/types.rbs', line 11392

def traffic_type
  @traffic_type
end