Class: Aws::AlexaForBusiness::Types::NetworkProfileData
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::NetworkProfileData
- Defined in:
- gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb
Overview
The data associated with a network profile.
Constant Summary collapse
- SENSITIVE =
[]
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.
3869 3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3869 class NetworkProfileData < Struct.new( :network_profile_arn, :network_profile_name, :description, :ssid, :security_type, :eap_method, :certificate_authority_arn) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Detailed information about a device's network profile.
3869 3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3869 class NetworkProfileData < Struct.new( :network_profile_arn, :network_profile_name, :description, :ssid, :security_type, :eap_method, :certificate_authority_arn) SENSITIVE = [] include Aws::Structure end |
#eap_method ⇒ String
The authentication standard that is used in the EAP framework. Currently, EAP_TLS is supported.
3869 3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3869 class NetworkProfileData < Struct.new( :network_profile_arn, :network_profile_name, :description, :ssid, :security_type, :eap_method, :certificate_authority_arn) SENSITIVE = [] include Aws::Structure end |
#network_profile_arn ⇒ String
The ARN of the network profile associated with a device.
3869 3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3869 class NetworkProfileData < Struct.new( :network_profile_arn, :network_profile_name, :description, :ssid, :security_type, :eap_method, :certificate_authority_arn) SENSITIVE = [] include Aws::Structure end |
#network_profile_name ⇒ String
The name of the network profile associated with a device.
3869 3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3869 class NetworkProfileData < Struct.new( :network_profile_arn, :network_profile_name, :description, :ssid, :security_type, :eap_method, :certificate_authority_arn) SENSITIVE = [] include Aws::Structure end |
#security_type ⇒ String
The security type of the Wi-Fi network. This can be WPA2_ENTERPRISE, WPA2_PSK, WPA_PSK, WEP, or OPEN.
3869 3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3869 class NetworkProfileData < Struct.new( :network_profile_arn, :network_profile_name, :description, :ssid, :security_type, :eap_method, :certificate_authority_arn) SENSITIVE = [] include Aws::Structure end |
#ssid ⇒ String
The SSID of the Wi-Fi network.
3869 3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3869 class NetworkProfileData < Struct.new( :network_profile_arn, :network_profile_name, :description, :ssid, :security_type, :eap_method, :certificate_authority_arn) SENSITIVE = [] include Aws::Structure end |