Class: Aws::Types::ListResolverQueryLogConfigAssociationsResponse

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)


922
923
924
# File 'sig/types.rbs', line 922

def next_token
  @next_token
end

#resolver_query_log_config_associations::Array[Types::ResolverQueryLogConfigAssociation]

Returns the value of attribute resolver_query_log_config_associations.



925
926
927
# File 'sig/types.rbs', line 925

def resolver_query_log_config_associations
  @resolver_query_log_config_associations
end

#total_count::Integer

Returns the value of attribute total_count.

Returns:

  • (::Integer)


923
924
925
# File 'sig/types.rbs', line 923

def total_count
  @total_count
end

#total_filtered_count::Integer

Returns the value of attribute total_filtered_count.

Returns:

  • (::Integer)


924
925
926
# File 'sig/types.rbs', line 924

def total_filtered_count
  @total_filtered_count
end