Class: Aws::IoTManagedIntegrations::Types::WiFiSimpleSetupConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::WiFiSimpleSetupConfiguration
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/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.
5206 5207 5208 5209 5210 5211 5212 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 5206 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.
5206 5207 5208 5209 5210 5211 5212 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 5206 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.
5206 5207 5208 5209 5210 5211 5212 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 5206 class WiFiSimpleSetupConfiguration < Struct.new( :enable_as_provisioner, :enable_as_provisionee, :timeout_in_minutes) SENSITIVE = [] include Aws::Structure end |