Class: Aws::Types::UpdateQueryLoggingConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateQueryLoggingConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#destinations ⇒ ::Array[Types::LoggingDestination]
Returns the value of attribute destinations.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
824 825 826 |
# File 'sig/types.rbs', line 824 def client_token @client_token end |
#destinations ⇒ ::Array[Types::LoggingDestination]
Returns the value of attribute destinations.
823 824 825 |
# File 'sig/types.rbs', line 823 def destinations @destinations end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
822 823 824 |
# File 'sig/types.rbs', line 822 def workspace_id @workspace_id end |