Class: Aws::Types::ListDomainsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDomainsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter_conditions ⇒ ::Array[Types::FilterCondition]
Returns the value of attribute filter_conditions.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#sort_condition ⇒ Types::SortCondition
Returns the value of attribute sort_condition.
Instance Attribute Details
#filter_conditions ⇒ ::Array[Types::FilterCondition]
Returns the value of attribute filter_conditions.
320 321 322 |
# File 'sig/types.rbs', line 320 def filter_conditions @filter_conditions end |
#marker ⇒ ::String
Returns the value of attribute marker.
322 323 324 |
# File 'sig/types.rbs', line 322 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
323 324 325 |
# File 'sig/types.rbs', line 323 def max_items @max_items end |
#sort_condition ⇒ Types::SortCondition
Returns the value of attribute sort_condition.
321 322 323 |
# File 'sig/types.rbs', line 321 def sort_condition @sort_condition end |