Class: Aws::Types::UpdateLocationFsxWindowsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLocationFsxWindowsRequest
- 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.
-
#location_arn ⇒ ::String
Returns the value of attribute location_arn.
-
#password ⇒ ::String
Returns the value of attribute password.
-
#subdirectory ⇒ ::String
Returns the value of attribute subdirectory.
-
#user ⇒ ::String
Returns the value of attribute user.
Instance Attribute Details
#cmk_secret_config ⇒ Types::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_config ⇒ Types::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.
1033 1034 1035 |
# File 'sig/types.rbs', line 1033 def domain @domain end |
#location_arn ⇒ ::String
Returns the value of attribute location_arn.
1031 1032 1033 |
# File 'sig/types.rbs', line 1031 def location_arn @location_arn end |
#password ⇒ ::String
Returns the value of attribute password.
1035 1036 1037 |
# File 'sig/types.rbs', line 1035 def password @password end |
#subdirectory ⇒ ::String
Returns the value of attribute subdirectory.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def subdirectory @subdirectory end |
#user ⇒ ::String
Returns the value of attribute user.
1034 1035 1036 |
# File 'sig/types.rbs', line 1034 def user @user end |