Class: Aws::Types::ListSignalMapsResponseContent
- Inherits:
-
Object
- Object
- Aws::Types::ListSignalMapsResponseContent
- 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.
4352 4353 4354 |
# File 'sig/types.rbs', line 4352 def next_token @next_token end |
#signal_maps ⇒ ::Array[Types::SignalMapSummary]
Returns the value of attribute signal_maps.
4353 4354 4355 |
# File 'sig/types.rbs', line 4353 def signal_maps @signal_maps end |