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.
3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3157 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.
3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3157 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.
3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3157 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.
3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3157 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.
3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3157 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.
3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3157 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.
3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3157 class NetworkProfileData < Struct.new( :network_profile_arn, :network_profile_name, :description, :ssid, :security_type, :eap_method, :certificate_authority_arn) SENSITIVE = [] include Aws::Structure end |