Class: Aws::Types::UpdateLocationFsxWindowsRequest

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.



1036
1037
1038
# File 'sig/types.rbs', line 1036

def cmk_secret_config
  @cmk_secret_config
end

#custom_secret_configTypes::CustomSecretConfig

Returns the value of attribute custom_secret_config.



1037
1038
1039
# File 'sig/types.rbs', line 1037

def custom_secret_config
  @custom_secret_config
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


1033
1034
1035
# File 'sig/types.rbs', line 1033

def domain
  @domain
end

#location_arn::String

Returns the value of attribute location_arn.

Returns:

  • (::String)


1031
1032
1033
# File 'sig/types.rbs', line 1031

def location_arn
  @location_arn
end

#password::String

Returns the value of attribute password.

Returns:

  • (::String)


1035
1036
1037
# File 'sig/types.rbs', line 1035

def password
  @password
end

#subdirectory::String

Returns the value of attribute subdirectory.

Returns:

  • (::String)


1032
1033
1034
# File 'sig/types.rbs', line 1032

def subdirectory
  @subdirectory
end

#user::String

Returns the value of attribute user.

Returns:

  • (::String)


1034
1035
1036
# File 'sig/types.rbs', line 1034

def user
  @user
end