Class: Aws::Types::PutLoggingOptionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutLoggingOptionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#logging_options ⇒ Types::LoggingOptions
Returns the value of attribute logging_options.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#logging_options ⇒ Types::LoggingOptions
Returns the value of attribute logging_options.
3277 3278 3279 |
# File 'sig/types.rbs', line 3277 def @logging_options end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
3278 3279 3280 |
# File 'sig/types.rbs', line 3278 def workspace_name @workspace_name end |