Class: Aws::Types::FsxUpdateProtocolSmb
- Inherits:
-
Object
- Object
- Aws::Types::FsxUpdateProtocolSmb
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#mount_options ⇒ Types::SmbMountOptions
Returns the value of attribute mount_options.
-
#password ⇒ ::String
Returns the value of attribute password.
-
#user ⇒ ::String
Returns the value of attribute user.
Instance Attribute Details
#cmk_secret_config ⇒ Types::CmkSecretConfig
Returns the value of attribute cmk_secret_config.
622 623 624 |
# File 'sig/types.rbs', line 622 def cmk_secret_config @cmk_secret_config end |
#custom_secret_config ⇒ Types::CustomSecretConfig
Returns the value of attribute custom_secret_config.
623 624 625 |
# File 'sig/types.rbs', line 623 def custom_secret_config @custom_secret_config end |
#domain ⇒ ::String
Returns the value of attribute domain.
618 619 620 |
# File 'sig/types.rbs', line 618 def domain @domain end |
#mount_options ⇒ Types::SmbMountOptions
Returns the value of attribute mount_options.
619 620 621 |
# File 'sig/types.rbs', line 619 def @mount_options end |
#password ⇒ ::String
Returns the value of attribute password.
620 621 622 |
# File 'sig/types.rbs', line 620 def password @password end |
#user ⇒ ::String
Returns the value of attribute user.
621 622 623 |
# File 'sig/types.rbs', line 621 def user @user end |