Class: Aws::Types::ListSignalMapsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListSignalMapsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#signal_maps ⇒ ::Array[Types::SignalMapSummary]
Returns the value of attribute signal_maps.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
4343 4344 4345 |
# File 'sig/types.rbs', line 4343 def next_token @next_token end |
#signal_maps ⇒ ::Array[Types::SignalMapSummary]
Returns the value of attribute signal_maps.
4344 4345 4346 |
# File 'sig/types.rbs', line 4344 def signal_maps @signal_maps end |