Class: Aws::Types::ListConfigurationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_type"SERVER", ...

Returns the value of attribute configuration_type.

Returns:

  • ("SERVER", "PROCESS", "CONNECTION", "APPLICATION")


450
451
452
# File 'sig/types.rbs', line 450

def configuration_type
  @configuration_type
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



451
452
453
# File 'sig/types.rbs', line 451

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


452
453
454
# File 'sig/types.rbs', line 452

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


453
454
455
# File 'sig/types.rbs', line 453

def next_token
  @next_token
end

#order_by::Array[Types::OrderByElement]

Returns the value of attribute order_by.

Returns:



454
455
456
# File 'sig/types.rbs', line 454

def order_by
  @order_by
end