Class: Aws::AlexaForBusiness::Types::NetworkProfileData

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#certificate_authority_arnString

The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM). This is used to issue certificates to the devices.

Returns:

  • (String)


3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3176

class NetworkProfileData < Struct.new(
  :network_profile_arn,
  :network_profile_name,
  :description,
  :ssid,
  :security_type,
  :eap_method,
  :certificate_authority_arn)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

Detailed information about a device's network profile.

Returns:

  • (String)


3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3176

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_methodString

The authentication standard that is used in the EAP framework. Currently, EAP_TLS is supported.

Returns:

  • (String)


3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3176

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_arnString

The ARN of the network profile associated with a device.

Returns:

  • (String)


3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3176

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_nameString

The name of the network profile associated with a device.

Returns:

  • (String)


3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3176

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_typeString

The security type of the Wi-Fi network. This can be WPA2_ENTERPRISE, WPA2_PSK, WPA_PSK, WEP, or OPEN.

Returns:

  • (String)


3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3176

class NetworkProfileData < Struct.new(
  :network_profile_arn,
  :network_profile_name,
  :description,
  :ssid,
  :security_type,
  :eap_method,
  :certificate_authority_arn)
  SENSITIVE = []
  include Aws::Structure
end

#ssidString

The SSID of the Wi-Fi network.

Returns:

  • (String)


3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3176

class NetworkProfileData < Struct.new(
  :network_profile_arn,
  :network_profile_name,
  :description,
  :ssid,
  :security_type,
  :eap_method,
  :certificate_authority_arn)
  SENSITIVE = []
  include Aws::Structure
end