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)


15596
15597
15598
15599
15600
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15596

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