Class: Aws::Types::ListSitesInput
- Inherits:
-
Object
- Object
- Aws::Types::ListSitesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#operating_address_city_filter ⇒ ::Array[::String]
Returns the value of attribute operating_address_city_filter.
-
#operating_address_country_code_filter ⇒ ::Array[::String]
Returns the value of attribute operating_address_country_code_filter.
-
#operating_address_state_or_region_filter ⇒ ::Array[::String]
Returns the value of attribute operating_address_state_or_region_filter.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
628 629 630 |
# File 'sig/types.rbs', line 628 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
627 628 629 |
# File 'sig/types.rbs', line 627 def next_token @next_token end |
#operating_address_city_filter ⇒ ::Array[::String]
Returns the value of attribute operating_address_city_filter.
631 632 633 |
# File 'sig/types.rbs', line 631 def @operating_address_city_filter end |
#operating_address_country_code_filter ⇒ ::Array[::String]
Returns the value of attribute operating_address_country_code_filter.
629 630 631 |
# File 'sig/types.rbs', line 629 def @operating_address_country_code_filter end |
#operating_address_state_or_region_filter ⇒ ::Array[::String]
Returns the value of attribute operating_address_state_or_region_filter.
630 631 632 |
# File 'sig/types.rbs', line 630 def @operating_address_state_or_region_filter end |