Class: Aws::Types::CreateLocationSmbRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLocationSmbRequest
- 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.
-
#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.
-
#tags ⇒ ::Array[Types::TagListEntry]
Returns the value of attribute tags.
-
#user ⇒ ::String
Returns the value of attribute user.
Instance Attribute Details
#agent_arns ⇒ ::Array[::String]
Returns the value of attribute agent_arns.
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.
232 233 234 |
# File 'sig/types.rbs', line 232 def authentication_type @authentication_type end |
#cmk_secret_config ⇒ Types::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_config ⇒ Types::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.
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.
225 226 227 |
# File 'sig/types.rbs', line 225 def domain @domain end |
#kerberos_keytab ⇒ ::String
Returns the value of attribute kerberos_keytab.
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.
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.
234 235 236 |
# File 'sig/types.rbs', line 234 def kerberos_principal @kerberos_principal end |
#mount_options ⇒ Types::SmbMountOptions
Returns the value of attribute mount_options.
230 231 232 |
# File 'sig/types.rbs', line 230 def @mount_options end |
#password ⇒ ::String
Returns the value of attribute password.
226 227 228 |
# File 'sig/types.rbs', line 226 def password @password end |
#server_hostname ⇒ ::String
Returns the value of attribute server_hostname.
223 224 225 |
# File 'sig/types.rbs', line 223 def server_hostname @server_hostname end |
#subdirectory ⇒ ::String
Returns the value of attribute subdirectory.
222 223 224 |
# File 'sig/types.rbs', line 222 def subdirectory @subdirectory end |
#tags ⇒ ::Array[Types::TagListEntry]
Returns the value of attribute tags.
231 232 233 |
# File 'sig/types.rbs', line 231 def @tags end |
#user ⇒ ::String
Returns the value of attribute user.
224 225 226 |
# File 'sig/types.rbs', line 224 def user @user end |