CreateQueryLoggingConfigResponse class

Constructors

CreateQueryLoggingConfigResponse({required String location, required QueryLoggingConfig queryLoggingConfig})

Properties

hashCode int
The hash code for this object.
no setterinherited
location String
The unique URL representing the new query logging configuration.
final
queryLoggingConfig QueryLoggingConfig
A complex type that contains the ID for a query logging configuration, the ID of the hosted zone that you want to log queries for, and the ARN for the log group that you want Amazon Route 53 to send query logs to.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited