Class: Aws::Types::UpdateLocationSmbRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLocationSmbRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_arns ⇒ ::Array[::String]
Returns the value of attribute agent_arns.
-
#authentication_type ⇒ "NTLM", "KERBEROS"
Returns the value of attribute authentication_type.
-
#cmk_secret_config ⇒ Types::CmkSecretConfig
Returns the value of attribute cmk_secret_config.
-
#custom_secret_config ⇒ Types::CustomSecretConfig
Returns the value of attribute custom_secret_config.
-
#dns_ip_addresses ⇒ ::Array[::String]
Returns the value of attribute dns_ip_addresses.
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#kerberos_keytab ⇒ ::String
Returns the value of attribute kerberos_keytab.
-
#kerberos_krb_5_conf ⇒ ::String
Returns the value of attribute kerberos_krb_5_conf.
-
#kerberos_principal ⇒ ::String
Returns the value of attribute kerberos_principal.
-
#location_arn ⇒ ::String
Returns the value of attribute location_arn.
-
#mount_options ⇒ Types::SmbMountOptions
Returns the value of attribute mount_options.
-
#password ⇒ ::String
Returns the value of attribute password.
-
#server_hostname ⇒ ::String
Returns the value of attribute server_hostname.
-
#subdirectory ⇒ ::String
Returns the value of attribute subdirectory.
-
#user ⇒ ::String
Returns the value of attribute user.
Instance Attribute Details
#agent_arns ⇒ ::Array[::String]
Returns the value of attribute agent_arns.
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.
1118 1119 1120 |
# File 'sig/types.rbs', line 1118 def authentication_type @authentication_type end |
#cmk_secret_config ⇒ Types::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_config ⇒ Types::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.
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.
1112 1113 1114 |
# File 'sig/types.rbs', line 1112 def domain @domain end |
#kerberos_keytab ⇒ ::String
Returns the value of attribute kerberos_keytab.
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.
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.
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.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def location_arn @location_arn end |
#mount_options ⇒ Types::SmbMountOptions
Returns the value of attribute mount_options.
1117 1118 1119 |
# File 'sig/types.rbs', line 1117 def @mount_options end |
#password ⇒ ::String
Returns the value of attribute password.
1113 1114 1115 |
# File 'sig/types.rbs', line 1113 def password @password end |
#server_hostname ⇒ ::String
Returns the value of attribute server_hostname.
1110 1111 1112 |
# File 'sig/types.rbs', line 1110 def server_hostname @server_hostname end |
#subdirectory ⇒ ::String
Returns the value of attribute subdirectory.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def subdirectory @subdirectory end |
#user ⇒ ::String
Returns the value of attribute user.
1111 1112 1113 |
# File 'sig/types.rbs', line 1111 def user @user end |