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:



11408
11409
11410
# File 'sig/types.rbs', line 11408

def phases
  @phases
end

#stairsTypes::Stairs

Returns the value of attribute stairs.

Returns:



11409
11410
11411
# File 'sig/types.rbs', line 11409

def stairs
  @stairs
end

#traffic_type"PHASES", "STAIRS"

Returns the value of attribute traffic_type.

Returns:

  • ("PHASES", "STAIRS")


11407
11408
11409
# File 'sig/types.rbs', line 11407

def traffic_type
  @traffic_type
end