Class: Aws::Types::CreateLocationFsxWindowsRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLocationFsxWindowsRequest
- 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.
-
#fsx_filesystem_arn ⇒ ::String
Returns the value of attribute fsx_filesystem_arn.
-
#password ⇒ ::String
Returns the value of attribute password.
-
#security_group_arns ⇒ ::Array[::String]
Returns the value of attribute security_group_arns.
-
#subdirectory ⇒ ::String
Returns the value of attribute subdirectory.
-
#tags ⇒ ::Array[Types::TagListEntry]
Returns the value of attribute tags.
-
#user ⇒ ::String
Returns the value of attribute user.
Instance Attribute Details
#cmk_secret_config ⇒ Types::CmkSecretConfig
Returns the value of attribute cmk_secret_config.
137 138 139 |
# File 'sig/types.rbs', line 137 def cmk_secret_config @cmk_secret_config end |
#custom_secret_config ⇒ Types::CustomSecretConfig
Returns the value of attribute custom_secret_config.
138 139 140 |
# File 'sig/types.rbs', line 138 def custom_secret_config @custom_secret_config end |
#domain ⇒ ::String
Returns the value of attribute domain.
135 136 137 |
# File 'sig/types.rbs', line 135 def domain @domain end |
#fsx_filesystem_arn ⇒ ::String
Returns the value of attribute fsx_filesystem_arn.
131 132 133 |
# File 'sig/types.rbs', line 131 def fsx_filesystem_arn @fsx_filesystem_arn end |
#password ⇒ ::String
Returns the value of attribute password.
136 137 138 |
# File 'sig/types.rbs', line 136 def password @password end |
#security_group_arns ⇒ ::Array[::String]
Returns the value of attribute security_group_arns.
132 133 134 |
# File 'sig/types.rbs', line 132 def security_group_arns @security_group_arns end |
#subdirectory ⇒ ::String
Returns the value of attribute subdirectory.
130 131 132 |
# File 'sig/types.rbs', line 130 def subdirectory @subdirectory end |
#tags ⇒ ::Array[Types::TagListEntry]
Returns the value of attribute tags.
133 134 135 |
# File 'sig/types.rbs', line 133 def @tags end |
#user ⇒ ::String
Returns the value of attribute user.
134 135 136 |
# File 'sig/types.rbs', line 134 def user @user end |