Class: Aws::Types::ListResolverQueryLogConfigsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



932
933
934
# File 'sig/types.rbs', line 932

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


930
931
932
# File 'sig/types.rbs', line 930

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


931
932
933
# File 'sig/types.rbs', line 931

def next_token
  @next_token
end

#sort_by::String

Returns the value of attribute sort_by.

Returns:

  • (::String)


933
934
935
# File 'sig/types.rbs', line 933

def sort_by
  @sort_by
end

#sort_order"ASCENDING", "DESCENDING"

Returns the value of attribute sort_order.

Returns:

  • ("ASCENDING", "DESCENDING")


934
935
936
# File 'sig/types.rbs', line 934

def sort_order
  @sort_order
end