Get Resolver Query Logging Config Result
data class GetResolverQueryLoggingConfigResult(val arn: String? = null, val associationCount: Int? = null, val creationTime: String? = null, val creatorRequestId: String? = null, val id: String? = null, val ownerId: String? = null, val shareStatus: ResolverQueryLoggingConfigShareStatus? = null, val status: ResolverQueryLoggingConfigStatus? = null)
Constructors
Link copied to clipboard
fun GetResolverQueryLoggingConfigResult(arn: String? = null, associationCount: Int? = null, creationTime: String? = null, creatorRequestId: String? = null, id: String? = null, ownerId: String? = null, shareStatus: ResolverQueryLoggingConfigShareStatus? = null, status: ResolverQueryLoggingConfigStatus? = null)