Class: Aws::Types::ListDomainsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filter_conditions::Array[Types::FilterCondition]

Returns the value of attribute filter_conditions.

Returns:



320
321
322
# File 'sig/types.rbs', line 320

def filter_conditions
  @filter_conditions
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


322
323
324
# File 'sig/types.rbs', line 322

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


323
324
325
# File 'sig/types.rbs', line 323

def max_items
  @max_items
end

#sort_conditionTypes::SortCondition

Returns the value of attribute sort_condition.



321
322
323
# File 'sig/types.rbs', line 321

def sort_condition
  @sort_condition
end