Class: Aws::PrivateNetworks::Types::ConfigureAccessPointRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-privatenetworks/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

Instance Attribute Details

#access_point_arnString

The Amazon Resource Name (ARN) of the network resource.

Returns:

  • (String)


326
327
328
329
330
331
332
333
334
335
# File 'gems/aws-sdk-privatenetworks/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_keyString

A Base64 encoded string of the CPI certificate associated with the CPI user who is certifying the coordinates of the network resource.

Returns:

  • (String)


326
327
328
329
330
331
332
333
334
335
# File 'gems/aws-sdk-privatenetworks/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_idString

The CPI user ID of the CPI user who is certifying the coordinates of the network resource.

Returns:

  • (String)


326
327
328
329
330
331
332
333
334
335
# File 'gems/aws-sdk-privatenetworks/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_passwordString

The CPI password associated with the CPI certificate in cpiSecretKey.

Returns:

  • (String)


326
327
328
329
330
331
332
333
334
335
# File 'gems/aws-sdk-privatenetworks/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_usernameString

The CPI user name of the CPI user who is certifying the coordinates of the radio unit.

Returns:

  • (String)


326
327
328
329
330
331
332
333
334
335
# File 'gems/aws-sdk-privatenetworks/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

#positionTypes::Position

The position of the network resource.

Returns:



326
327
328
329
330
331
332
333
334
335
# File 'gems/aws-sdk-privatenetworks/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