Class: Aws::Types::FsxProtocolSmb
- Inherits:
-
Object
- Object
- Aws::Types::FsxProtocolSmb
- 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.
-
#managed_secret_config ⇒ Types::ManagedSecretConfig
Returns the value of attribute managed_secret_config.
-
#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.
606 607 608 |
# File 'sig/types.rbs', line 606 def cmk_secret_config @cmk_secret_config end |
#custom_secret_config ⇒ Types::CustomSecretConfig
Returns the value of attribute custom_secret_config.
607 608 609 |
# File 'sig/types.rbs', line 607 def custom_secret_config @custom_secret_config end |
#domain ⇒ ::String
Returns the value of attribute domain.
601 602 603 |
# File 'sig/types.rbs', line 601 def domain @domain end |
#managed_secret_config ⇒ Types::ManagedSecretConfig
Returns the value of attribute managed_secret_config.
605 606 607 |
# File 'sig/types.rbs', line 605 def managed_secret_config @managed_secret_config end |
#mount_options ⇒ Types::SmbMountOptions
Returns the value of attribute mount_options.
602 603 604 |
# File 'sig/types.rbs', line 602 def @mount_options end |
#password ⇒ ::String
Returns the value of attribute password.
603 604 605 |
# File 'sig/types.rbs', line 603 def password @password end |
#user ⇒ ::String
Returns the value of attribute user.
604 605 606 |
# File 'sig/types.rbs', line 604 def user @user end |