Class: Aws::Types::ListSignalMapsResponseContent

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4349
4350
4351
# File 'sig/types.rbs', line 4349

def next_token
  @next_token
end

#signal_maps::Array[Types::SignalMapSummary]

Returns the value of attribute signal_maps.

Returns:



4350
4351
4352
# File 'sig/types.rbs', line 4350

def signal_maps
  @signal_maps
end