Class: Aws::PrivateNetworks::Types::ConfigureAccessPointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrivateNetworks::Types::ConfigureAccessPointRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-privatenetworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:cpi_secret_key, :cpi_user_id, :cpi_user_password, :cpi_username]
Instance Attribute Summary collapse
-
#access_point_arn ⇒ String
The Amazon Resource Name (ARN) of the network resource.
-
#cpi_secret_key ⇒ String
A Base64 encoded string of the CPI certificate associated with the CPI user who is certifying the coordinates of the network resource.
-
#cpi_user_id ⇒ String
The CPI user ID of the CPI user who is certifying the coordinates of the network resource.
-
#cpi_user_password ⇒ String
The CPI password associated with the CPI certificate in ‘cpiSecretKey`.
-
#cpi_username ⇒ String
The CPI user name of the CPI user who is certifying the coordinates of the radio unit.
-
#position ⇒ Types::Position
The position of the network resource.
Instance Attribute Details
#access_point_arn ⇒ String
The Amazon Resource Name (ARN) of the network resource.
326 327 328 329 330 331 332 333 334 335 |
# File 'lib/aws-sdk-privatenetworks/types.rb', line 326 class ConfigureAccessPointRequest < Struct.new( :access_point_arn, :cpi_secret_key, :cpi_user_id, :cpi_user_password, :cpi_username, :position) SENSITIVE = [:cpi_secret_key, :cpi_user_id, :cpi_user_password, :cpi_username] include Aws::Structure end |
#cpi_secret_key ⇒ String
A Base64 encoded string of the CPI certificate associated with the CPI user who is certifying the coordinates of the network resource.
326 327 328 329 330 331 332 333 334 335 |
# File 'lib/aws-sdk-privatenetworks/types.rb', line 326 class ConfigureAccessPointRequest < Struct.new( :access_point_arn, :cpi_secret_key, :cpi_user_id, :cpi_user_password, :cpi_username, :position) SENSITIVE = [:cpi_secret_key, :cpi_user_id, :cpi_user_password, :cpi_username] include Aws::Structure end |
#cpi_user_id ⇒ String
The CPI user ID of the CPI user who is certifying the coordinates of the network resource.
326 327 328 329 330 331 332 333 334 335 |
# File 'lib/aws-sdk-privatenetworks/types.rb', line 326 class ConfigureAccessPointRequest < Struct.new( :access_point_arn, :cpi_secret_key, :cpi_user_id, :cpi_user_password, :cpi_username, :position) SENSITIVE = [:cpi_secret_key, :cpi_user_id, :cpi_user_password, :cpi_username] include Aws::Structure end |
#cpi_user_password ⇒ String
The CPI password associated with the CPI certificate in ‘cpiSecretKey`.
326 327 328 329 330 331 332 333 334 335 |
# File 'lib/aws-sdk-privatenetworks/types.rb', line 326 class ConfigureAccessPointRequest < Struct.new( :access_point_arn, :cpi_secret_key, :cpi_user_id, :cpi_user_password, :cpi_username, :position) SENSITIVE = [:cpi_secret_key, :cpi_user_id, :cpi_user_password, :cpi_username] include Aws::Structure end |
#cpi_username ⇒ String
The CPI user name of the CPI user who is certifying the coordinates of the radio unit.
326 327 328 329 330 331 332 333 334 335 |
# File 'lib/aws-sdk-privatenetworks/types.rb', line 326 class ConfigureAccessPointRequest < Struct.new( :access_point_arn, :cpi_secret_key, :cpi_user_id, :cpi_user_password, :cpi_username, :position) SENSITIVE = [:cpi_secret_key, :cpi_user_id, :cpi_user_password, :cpi_username] include Aws::Structure end |
#position ⇒ Types::Position
The position of the network resource.
326 327 328 329 330 331 332 333 334 335 |
# File 'lib/aws-sdk-privatenetworks/types.rb', line 326 class ConfigureAccessPointRequest < Struct.new( :access_point_arn, :cpi_secret_key, :cpi_user_id, :cpi_user_password, :cpi_username, :position) SENSITIVE = [:cpi_secret_key, :cpi_user_id, :cpi_user_password, :cpi_username] include Aws::Structure end |