Class: Aws::Types::WindowsFsrmConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::WindowsFsrmConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_log_destination ⇒ ::String
Returns the value of attribute event_log_destination.
-
#fsrm_service_enabled ⇒ Boolean
Returns the value of attribute fsrm_service_enabled.
Instance Attribute Details
#event_log_destination ⇒ ::String
Returns the value of attribute event_log_destination.
1978 1979 1980 |
# File 'sig/types.rbs', line 1978 def event_log_destination @event_log_destination end |
#fsrm_service_enabled ⇒ Boolean
Returns the value of attribute fsrm_service_enabled.
1977 1978 1979 |
# File 'sig/types.rbs', line 1977 def fsrm_service_enabled @fsrm_service_enabled end |