Class: Aws::Types::FsxUpdateProtocolSmb

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:password])

Instance Attribute Summary collapse

Instance Attribute Details

#cmk_secret_configTypes::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_configTypes::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.

Returns:

  • (::String)


618
619
620
# File 'sig/types.rbs', line 618

def domain
  @domain
end

#mount_optionsTypes::SmbMountOptions

Returns the value of attribute mount_options.



619
620
621
# File 'sig/types.rbs', line 619

def mount_options
  @mount_options
end

#password::String

Returns the value of attribute password.

Returns:

  • (::String)


620
621
622
# File 'sig/types.rbs', line 620

def password
  @password
end

#user::String

Returns the value of attribute user.

Returns:

  • (::String)


621
622
623
# File 'sig/types.rbs', line 621

def user
  @user
end