Class: Aws::Types::ListTLSInspectionConfigurationsResponse

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)


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