You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::AlexaForBusiness::Types::NetworkProfileData
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::NetworkProfileData
- Defined in:
- (unknown)
Overview
The data associated with a network profile.
Instance Attribute Summary collapse
-
#certificate_authority_arn ⇒ String
The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM).
-
#description ⇒ String
Detailed information about a device\'s network profile.
-
#eap_method ⇒ String
The authentication standard that is used in the EAP framework.
-
#network_profile_arn ⇒ String
The ARN of the network profile associated with a device.
-
#network_profile_name ⇒ String
The name of the network profile associated with a device.
-
#security_type ⇒ String
The security type of the Wi-Fi network.
-
#ssid ⇒ String
The SSID of the Wi-Fi network.
Instance Attribute Details
#certificate_authority_arn ⇒ String
The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM). This is used to issue certificates to the devices.
#description ⇒ String
Detailed information about a device\'s network profile.
#eap_method ⇒ String
The authentication standard that is used in the EAP framework. Currently, EAP_TLS is supported.
Possible values:
- EAP_TLS
#network_profile_arn ⇒ String
The ARN of the network profile associated with a device.
#network_profile_name ⇒ String
The name of the network profile associated with a device.
#security_type ⇒ String
The security type of the Wi-Fi network. This can be WPA2_ENTERPRISE, WPA2_PSK, WPA_PSK, WEP, or OPEN.
Possible values:
- OPEN
- WEP
- WPA_PSK
- WPA2_PSK
- WPA2_ENTERPRISE
#ssid ⇒ String
The SSID of the Wi-Fi network.