Class: Aws::Types::ListResolverQueryLogConfigsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


939
940
941
# File 'sig/types.rbs', line 939

def next_token
  @next_token
end

#resolver_query_log_configs::Array[Types::ResolverQueryLogConfig]

Returns the value of attribute resolver_query_log_configs.

Returns:



942
943
944
# File 'sig/types.rbs', line 942

def resolver_query_log_configs
  @resolver_query_log_configs
end

#total_count::Integer

Returns the value of attribute total_count.

Returns:

  • (::Integer)


940
941
942
# File 'sig/types.rbs', line 940

def total_count
  @total_count
end

#total_filtered_count::Integer

Returns the value of attribute total_filtered_count.

Returns:

  • (::Integer)


941
942
943
# File 'sig/types.rbs', line 941

def total_filtered_count
  @total_filtered_count
end