Class: Aws::AlexaForBusiness::Types::UpdateNetworkProfileRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:current_password, :next_password]

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)


5125
5126
5127
5128
5129
5130
5131
5132
5133
5134
5135
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 5125

class UpdateNetworkProfileRequest < Struct.new(
  :network_profile_arn,
  :network_profile_name,
  :description,
  :current_password,
  :next_password,
  :certificate_authority_arn,
  :trust_anchors)
  SENSITIVE = [:current_password, :next_password]
  include Aws::Structure
end

#current_passwordString

The current password of the Wi-Fi network.

Returns:

  • (String)


5125
5126
5127
5128
5129
5130
5131
5132
5133
5134
5135
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 5125

class UpdateNetworkProfileRequest < Struct.new(
  :network_profile_arn,
  :network_profile_name,
  :description,
  :current_password,
  :next_password,
  :certificate_authority_arn,
  :trust_anchors)
  SENSITIVE = [:current_password, :next_password]
  include Aws::Structure
end

#descriptionString

Detailed information about a device's network profile.

Returns:

  • (String)


5125
5126
5127
5128
5129
5130
5131
5132
5133
5134
5135
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 5125

class UpdateNetworkProfileRequest < Struct.new(
  :network_profile_arn,
  :network_profile_name,
  :description,
  :current_password,
  :next_password,
  :certificate_authority_arn,
  :trust_anchors)
  SENSITIVE = [:current_password, :next_password]
  include Aws::Structure
end

#network_profile_arnString

The ARN of the network profile associated with a device.

Returns:

  • (String)


5125
5126
5127
5128
5129
5130
5131
5132
5133
5134
5135
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 5125

class UpdateNetworkProfileRequest < Struct.new(
  :network_profile_arn,
  :network_profile_name,
  :description,
  :current_password,
  :next_password,
  :certificate_authority_arn,
  :trust_anchors)
  SENSITIVE = [:current_password, :next_password]
  include Aws::Structure
end

#network_profile_nameString

The name of the network profile associated with a device.

Returns:

  • (String)


5125
5126
5127
5128
5129
5130
5131
5132
5133
5134
5135
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 5125

class UpdateNetworkProfileRequest < Struct.new(
  :network_profile_arn,
  :network_profile_name,
  :description,
  :current_password,
  :next_password,
  :certificate_authority_arn,
  :trust_anchors)
  SENSITIVE = [:current_password, :next_password]
  include Aws::Structure
end

#next_passwordString

The next, or subsequent, password of the Wi-Fi network. This password is asynchronously transmitted to the device and is used when the password of the network changes to NextPassword.

Returns:

  • (String)


5125
5126
5127
5128
5129
5130
5131
5132
5133
5134
5135
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 5125

class UpdateNetworkProfileRequest < Struct.new(
  :network_profile_arn,
  :network_profile_name,
  :description,
  :current_password,
  :next_password,
  :certificate_authority_arn,
  :trust_anchors)
  SENSITIVE = [:current_password, :next_password]
  include Aws::Structure
end

#trust_anchorsArray<String>

The root certificate(s) of your authentication server that will be installed on your devices and used to trust your authentication server during EAP negotiation.

Returns:

  • (Array<String>)


5125
5126
5127
5128
5129
5130
5131
5132
5133
5134
5135
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 5125

class UpdateNetworkProfileRequest < Struct.new(
  :network_profile_arn,
  :network_profile_name,
  :description,
  :current_password,
  :next_password,
  :certificate_authority_arn,
  :trust_anchors)
  SENSITIVE = [:current_password, :next_password]
  include Aws::Structure
end