Class: Aws::Types::ListNetworkAnalyzerConfigurationsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#network_analyzer_configuration_list ⇒ ::Array[Types::NetworkAnalyzerConfigurations]

Returns the value of attribute network_analyzer_configuration_list.



1204
1205
1206
# File 'sig/types.rbs', line 1204

def network_analyzer_configuration_list
  @network_analyzer_configuration_list
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1203
1204
1205
# File 'sig/types.rbs', line 1203

def next_token
  @next_token
end