Class: Aws::PrivateNetworks::Types::ListNetworksRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrivateNetworks::Types::ListNetworksRequest
- Defined in:
- gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Hash<String,Array<String>>
The filters.
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#start_token ⇒ String
The token for the next page of results.
Instance Attribute Details
#filters ⇒ Hash<String,Array<String>>
The filters.
STATUS
- The status (AVAILABLE
|CREATED
|DELETED
|DEPROVISIONING
|PROVISIONING
).
^
Filter values are case sensitive. If you specify multiple values for
a filter, the values are joined with an OR
, and the request
returns all results that match any of the specified values.
999 1000 1001 1002 1003 1004 1005 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 999 class ListNetworksRequest < Struct.new( :filters, :max_results, :start_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return.
999 1000 1001 1002 1003 1004 1005 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 999 class ListNetworksRequest < Struct.new( :filters, :max_results, :start_token) SENSITIVE = [] include Aws::Structure end |
#start_token ⇒ String
The token for the next page of results.
999 1000 1001 1002 1003 1004 1005 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 999 class ListNetworksRequest < Struct.new( :filters, :max_results, :start_token) SENSITIVE = [] include Aws::Structure end |