Class: Aws::Route53::Types::DeleteQueryLoggingConfigRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-route53/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the configuration that you want to delete.

Returns:

  • (String)


2094
2095
2096
2097
2098
# File 'lib/aws-sdk-route53/types.rb', line 2094

class DeleteQueryLoggingConfigRequest < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end