Class: Aws::IoT::Types::TlsContext

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#server_nameString

The value of the serverName key in a TLS authorization request.

Returns:

  • (String)


15197
15198
15199
15200
15201
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15197

class TlsContext < Struct.new(
  :server_name)
  SENSITIVE = []
  include Aws::Structure
end