Class: Aws::IoT::Types::TlsConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Overview

An object that specifies the TLS configuration for a domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#security_policyString

The security policy for a domain configuration. For more information, see Security policies in the Amazon Web Services IoT Core developer guide.

Returns:

  • (String)


15185
15186
15187
15188
15189
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15185

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