Class: Aws::Types::CreateQueryLoggingConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateQueryLoggingConfigurationRequest
- 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.
161 162 163 |
# File 'sig/types.rbs', line 161 def client_token @client_token end |
#destinations ⇒ ::Array[Types::LoggingDestination]
Returns the value of attribute destinations.
160 161 162 |
# File 'sig/types.rbs', line 160 def destinations @destinations end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
159 160 161 |
# File 'sig/types.rbs', line 159 def workspace_id @workspace_id end |