Class: Aws::Types::CreateQueryLoggingConfigResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


261
262
263
# File 'sig/types.rbs', line 261

def location
  @location
end

#query_logging_configTypes::QueryLoggingConfig

Returns the value of attribute query_logging_config.



260
261
262
# File 'sig/types.rbs', line 260

def query_logging_config
  @query_logging_config
end