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.
3311 3312 3313 |
# File 'sig/types.rbs', line 3311 def end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
3312 3313 3314 |
# File 'sig/types.rbs', line 3312 def workspace_name @workspace_name end |