Class: Aws::Types::RadiusSettings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_protocol"PAP", ...

Returns the value of attribute authentication_protocol.

Returns:



1208
1209
1210
# File 'sig/types.rbs', line 1208

def authentication_protocol
  @authentication_protocol
end

#display_label::String

Returns the value of attribute display_label.

Returns:



1209
1210
1211
# File 'sig/types.rbs', line 1209

def display_label
  @display_label
end

#radius_port::Integer

Returns the value of attribute radius_port.

Returns:



1204
1205
1206
# File 'sig/types.rbs', line 1204

def radius_port
  @radius_port
end

#radius_retries::Integer

Returns the value of attribute radius_retries.

Returns:



1206
1207
1208
# File 'sig/types.rbs', line 1206

def radius_retries
  @radius_retries
end

#radius_servers::Array[::String]

Returns the value of attribute radius_servers.

Returns:



1202
1203
1204
# File 'sig/types.rbs', line 1202

def radius_servers
  @radius_servers
end

#radius_servers_ipv_6::Array[::String]

Returns the value of attribute radius_servers_ipv_6.

Returns:



1203
1204
1205
# File 'sig/types.rbs', line 1203

def radius_servers_ipv_6
  @radius_servers_ipv_6
end

#radius_timeout::Integer

Returns the value of attribute radius_timeout.

Returns:



1205
1206
1207
# File 'sig/types.rbs', line 1205

def radius_timeout
  @radius_timeout
end

#shared_secret::String

Returns the value of attribute shared_secret.

Returns:



1207
1208
1209
# File 'sig/types.rbs', line 1207

def shared_secret
  @shared_secret
end

#use_same_usernameBoolean

Returns the value of attribute use_same_username.

Returns:



1210
1211
1212
# File 'sig/types.rbs', line 1210

def use_same_username
  @use_same_username
end