Class: Aws::Types::ListSignalMapsResponse

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)


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.

Returns:



4344
4345
4346
# File 'sig/types.rbs', line 4344

def signal_maps
  @signal_maps
end