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.
4346 4347 4348 |
# File 'sig/types.rbs', line 4346 def next_token @next_token end |
#signal_maps ⇒ ::Array[Types::SignalMapSummary]
Returns the value of attribute signal_maps.
4347 4348 4349 |
# File 'sig/types.rbs', line 4347 def signal_maps @signal_maps end |