Class: Aws::Types::CreateLocationSmbRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:password])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_arns::Array[::String]

Returns the value of attribute agent_arns.

Returns:

  • (::Array[::String])


229
230
231
# File 'sig/types.rbs', line 229

def agent_arns
  @agent_arns
end

#authentication_type"NTLM", "KERBEROS"

Returns the value of attribute authentication_type.

Returns:

  • ("NTLM", "KERBEROS")


232
233
234
# File 'sig/types.rbs', line 232

def authentication_type
  @authentication_type
end

#cmk_secret_configTypes::CmkSecretConfig

Returns the value of attribute cmk_secret_config.



227
228
229
# File 'sig/types.rbs', line 227

def cmk_secret_config
  @cmk_secret_config
end

#custom_secret_configTypes::CustomSecretConfig

Returns the value of attribute custom_secret_config.



228
229
230
# File 'sig/types.rbs', line 228

def custom_secret_config
  @custom_secret_config
end

#dns_ip_addresses::Array[::String]

Returns the value of attribute dns_ip_addresses.

Returns:

  • (::Array[::String])


233
234
235
# File 'sig/types.rbs', line 233

def dns_ip_addresses
  @dns_ip_addresses
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


225
226
227
# File 'sig/types.rbs', line 225

def domain
  @domain
end

#kerberos_keytab::String

Returns the value of attribute kerberos_keytab.

Returns:

  • (::String)


235
236
237
# File 'sig/types.rbs', line 235

def kerberos_keytab
  @kerberos_keytab
end

#kerberos_krb_5_conf::String

Returns the value of attribute kerberos_krb_5_conf.

Returns:

  • (::String)


236
237
238
# File 'sig/types.rbs', line 236

def kerberos_krb_5_conf
  @kerberos_krb_5_conf
end

#kerberos_principal::String

Returns the value of attribute kerberos_principal.

Returns:

  • (::String)


234
235
236
# File 'sig/types.rbs', line 234

def kerberos_principal
  @kerberos_principal
end

#mount_optionsTypes::SmbMountOptions

Returns the value of attribute mount_options.



230
231
232
# File 'sig/types.rbs', line 230

def mount_options
  @mount_options
end

#password::String

Returns the value of attribute password.

Returns:

  • (::String)


226
227
228
# File 'sig/types.rbs', line 226

def password
  @password
end

#server_hostname::String

Returns the value of attribute server_hostname.

Returns:

  • (::String)


223
224
225
# File 'sig/types.rbs', line 223

def server_hostname
  @server_hostname
end

#subdirectory::String

Returns the value of attribute subdirectory.

Returns:

  • (::String)


222
223
224
# File 'sig/types.rbs', line 222

def subdirectory
  @subdirectory
end

#tags::Array[Types::TagListEntry]

Returns the value of attribute tags.

Returns:



231
232
233
# File 'sig/types.rbs', line 231

def tags
  @tags
end

#user::String

Returns the value of attribute user.

Returns:

  • (::String)


224
225
226
# File 'sig/types.rbs', line 224

def user
  @user
end