Class: Aws::Types::FsxProtocolSmb

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.



606
607
608
# File 'sig/types.rbs', line 606

def cmk_secret_config
  @cmk_secret_config
end

#custom_secret_configTypes::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.

Returns:

  • (::String)


601
602
603
# File 'sig/types.rbs', line 601

def domain
  @domain
end

#managed_secret_configTypes::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_optionsTypes::SmbMountOptions

Returns the value of attribute mount_options.



602
603
604
# File 'sig/types.rbs', line 602

def mount_options
  @mount_options
end

#password::String

Returns the value of attribute password.

Returns:

  • (::String)


603
604
605
# File 'sig/types.rbs', line 603

def password
  @password
end

#user::String

Returns the value of attribute user.

Returns:

  • (::String)


604
605
606
# File 'sig/types.rbs', line 604

def user
  @user
end