Class: Aws::Types::ListTLSInspectionConfigurationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListTLSInspectionConfigurationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#tls_inspection_configurations ⇒ ::Array[Types::TLSInspectionConfigurationMetadata]
Returns the value of attribute tls_inspection_configurations.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1181 1182 1183 |
# File 'sig/types.rbs', line 1181 def next_token @next_token end |
#tls_inspection_configurations ⇒ ::Array[Types::TLSInspectionConfigurationMetadata]
Returns the value of attribute tls_inspection_configurations.
1182 1183 1184 |
# File 'sig/types.rbs', line 1182 def tls_inspection_configurations @tls_inspection_configurations end |