Class: Aws::IoT::Types::TlsContext
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::TlsContext
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
Specifies the TLS context to use for the test authorizer request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#server_name ⇒ String
The value of the
serverNamekey in a TLS authorization request.
Instance Attribute Details
#server_name ⇒ String
The value of the serverName key in a TLS authorization request.
16959 16960 16961 16962 16963 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16959 class TlsContext < Struct.new( :server_name) SENSITIVE = [] include Aws::Structure end |