Class: Aws::Types::DescribeLocationFsxWindowsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeLocationFsxWindowsResponse
- 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.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#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.
-
#location_uri ⇒ ::String
Returns the value of attribute location_uri.
-
#managed_secret_config ⇒ Types::ManagedSecretConfig
Returns the value of attribute managed_secret_config.
-
#security_group_arns ⇒ ::Array[::String]
Returns the value of attribute security_group_arns.
-
#user ⇒ ::String
Returns the value of attribute user.
Instance Attribute Details
#cmk_secret_config ⇒ Types::CmkSecretConfig
Returns the value of attribute cmk_secret_config.
404 405 406 |
# File 'sig/types.rbs', line 404 def cmk_secret_config @cmk_secret_config end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
400 401 402 |
# File 'sig/types.rbs', line 400 def creation_time @creation_time end |
#custom_secret_config ⇒ Types::CustomSecretConfig
Returns the value of attribute custom_secret_config.
405 406 407 |
# File 'sig/types.rbs', line 405 def custom_secret_config @custom_secret_config end |
#domain ⇒ ::String
Returns the value of attribute domain.
402 403 404 |
# File 'sig/types.rbs', line 402 def domain @domain end |
#location_arn ⇒ ::String
Returns the value of attribute location_arn.
397 398 399 |
# File 'sig/types.rbs', line 397 def location_arn @location_arn end |
#location_uri ⇒ ::String
Returns the value of attribute location_uri.
398 399 400 |
# File 'sig/types.rbs', line 398 def location_uri @location_uri end |
#managed_secret_config ⇒ Types::ManagedSecretConfig
Returns the value of attribute managed_secret_config.
403 404 405 |
# File 'sig/types.rbs', line 403 def managed_secret_config @managed_secret_config end |
#security_group_arns ⇒ ::Array[::String]
Returns the value of attribute security_group_arns.
399 400 401 |
# File 'sig/types.rbs', line 399 def security_group_arns @security_group_arns end |
#user ⇒ ::String
Returns the value of attribute user.
401 402 403 |
# File 'sig/types.rbs', line 401 def user @user end |