Class: Aws::Types::ListNetworkAnalyzerConfigurationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListNetworkAnalyzerConfigurationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#network_analyzer_configuration_list ⇒ ::Array[Types::NetworkAnalyzerConfigurations]
Returns the value of attribute network_analyzer_configuration_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
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.
1203 1204 1205 |
# File 'sig/types.rbs', line 1203 def next_token @next_token end |