Class: Aws::IoTManagedIntegrations::Types::WiFiSimpleSetupConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::WiFiSimpleSetupConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Overview
The Wi-Fi Simple Setup configuration for the managed thing, which defines provisioning capabilities and timeout settings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enable_as_provisionee ⇒ Boolean
Indicates whether the device can act as a provisionee in Wi-Fi Simple Setup, allowing it to be configured by other devices.
-
#enable_as_provisioner ⇒ Boolean
Indicates whether the device can act as a provisioner in Wi-Fi Simple Setup, allowing it to configure other devices.
-
#timeout_in_minutes ⇒ Integer
The timeout duration in minutes for Wi-Fi Simple Setup.
Instance Attribute Details
#enable_as_provisionee ⇒ Boolean
Indicates whether the device can act as a provisionee in Wi-Fi Simple Setup, allowing it to be configured by other devices.
5112 5113 5114 5115 5116 5117 5118 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 5112 class WiFiSimpleSetupConfiguration < Struct.new( :enable_as_provisioner, :enable_as_provisionee, :timeout_in_minutes) SENSITIVE = [] include Aws::Structure end |
#enable_as_provisioner ⇒ Boolean
Indicates whether the device can act as a provisioner in Wi-Fi Simple Setup, allowing it to configure other devices.
5112 5113 5114 5115 5116 5117 5118 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 5112 class WiFiSimpleSetupConfiguration < Struct.new( :enable_as_provisioner, :enable_as_provisionee, :timeout_in_minutes) SENSITIVE = [] include Aws::Structure end |
#timeout_in_minutes ⇒ Integer
The timeout duration in minutes for Wi-Fi Simple Setup. Valid range is 5 to 15 minutes.
5112 5113 5114 5115 5116 5117 5118 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 5112 class WiFiSimpleSetupConfiguration < Struct.new( :enable_as_provisioner, :enable_as_provisionee, :timeout_in_minutes) SENSITIVE = [] include Aws::Structure end |