Class: Aws::Outposts::Types::ListSitesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::ListSitesInput
- Defined in:
- gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum page size.
-
#next_token ⇒ String
The pagination token.
-
#operating_address_city_filter ⇒ Array<String>
Filters the results by city.
-
#operating_address_country_code_filter ⇒ Array<String>
Filters the results by country code.
-
#operating_address_state_or_region_filter ⇒ Array<String>
Filters the results by state or region.
Instance Attribute Details
#max_results ⇒ Integer
The maximum page size.
1043 1044 1045 1046 1047 1048 1049 1050 1051 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1043 class ListSitesInput < Struct.new( :next_token, :max_results, :operating_address_country_code_filter, :operating_address_state_or_region_filter, :operating_address_city_filter) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token.
1043 1044 1045 1046 1047 1048 1049 1050 1051 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1043 class ListSitesInput < Struct.new( :next_token, :max_results, :operating_address_country_code_filter, :operating_address_state_or_region_filter, :operating_address_city_filter) SENSITIVE = [] include Aws::Structure end |
#operating_address_city_filter ⇒ Array<String>
Filters the results by city.
1043 1044 1045 1046 1047 1048 1049 1050 1051 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1043 class ListSitesInput < Struct.new( :next_token, :max_results, :operating_address_country_code_filter, :operating_address_state_or_region_filter, :operating_address_city_filter) SENSITIVE = [] include Aws::Structure end |
#operating_address_country_code_filter ⇒ Array<String>
Filters the results by country code.
1043 1044 1045 1046 1047 1048 1049 1050 1051 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1043 class ListSitesInput < Struct.new( :next_token, :max_results, :operating_address_country_code_filter, :operating_address_state_or_region_filter, :operating_address_city_filter) SENSITIVE = [] include Aws::Structure end |
#operating_address_state_or_region_filter ⇒ Array<String>
Filters the results by state or region.
1043 1044 1045 1046 1047 1048 1049 1050 1051 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1043 class ListSitesInput < Struct.new( :next_token, :max_results, :operating_address_country_code_filter, :operating_address_state_or_region_filter, :operating_address_city_filter) SENSITIVE = [] include Aws::Structure end |