Class: Aws::Types::UpdateLocationSmbRequest

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])


1116
1117
1118
# File 'sig/types.rbs', line 1116

def agent_arns
  @agent_arns
end

#authentication_type"NTLM", "KERBEROS"

Returns the value of attribute authentication_type.

Returns:

  • ("NTLM", "KERBEROS")


1118
1119
1120
# File 'sig/types.rbs', line 1118

def authentication_type
  @authentication_type
end

#cmk_secret_configTypes::CmkSecretConfig

Returns the value of attribute cmk_secret_config.



1114
1115
1116
# File 'sig/types.rbs', line 1114

def cmk_secret_config
  @cmk_secret_config
end

#custom_secret_configTypes::CustomSecretConfig

Returns the value of attribute custom_secret_config.



1115
1116
1117
# File 'sig/types.rbs', line 1115

def custom_secret_config
  @custom_secret_config
end

#dns_ip_addresses::Array[::String]

Returns the value of attribute dns_ip_addresses.

Returns:

  • (::Array[::String])


1119
1120
1121
# File 'sig/types.rbs', line 1119

def dns_ip_addresses
  @dns_ip_addresses
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


1112
1113
1114
# File 'sig/types.rbs', line 1112

def domain
  @domain
end

#kerberos_keytab::String

Returns the value of attribute kerberos_keytab.

Returns:

  • (::String)


1121
1122
1123
# File 'sig/types.rbs', line 1121

def kerberos_keytab
  @kerberos_keytab
end

#kerberos_krb_5_conf::String

Returns the value of attribute kerberos_krb_5_conf.

Returns:

  • (::String)


1122
1123
1124
# File 'sig/types.rbs', line 1122

def kerberos_krb_5_conf
  @kerberos_krb_5_conf
end

#kerberos_principal::String

Returns the value of attribute kerberos_principal.

Returns:

  • (::String)


1120
1121
1122
# File 'sig/types.rbs', line 1120

def kerberos_principal
  @kerberos_principal
end

#location_arn::String

Returns the value of attribute location_arn.

Returns:

  • (::String)


1108
1109
1110
# File 'sig/types.rbs', line 1108

def location_arn
  @location_arn
end

#mount_optionsTypes::SmbMountOptions

Returns the value of attribute mount_options.



1117
1118
1119
# File 'sig/types.rbs', line 1117

def mount_options
  @mount_options
end

#password::String

Returns the value of attribute password.

Returns:

  • (::String)


1113
1114
1115
# File 'sig/types.rbs', line 1113

def password
  @password
end

#server_hostname::String

Returns the value of attribute server_hostname.

Returns:

  • (::String)


1110
1111
1112
# File 'sig/types.rbs', line 1110

def server_hostname
  @server_hostname
end

#subdirectory::String

Returns the value of attribute subdirectory.

Returns:

  • (::String)


1109
1110
1111
# File 'sig/types.rbs', line 1109

def subdirectory
  @subdirectory
end

#user::String

Returns the value of attribute user.

Returns:

  • (::String)


1111
1112
1113
# File 'sig/types.rbs', line 1111

def user
  @user
end