Class: Aws::PrivateNetworks::Types::ListNetworkSitesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrivateNetworks::Types::ListNetworkSitesRequest
- 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.
-
#network_arn ⇒ String
The Amazon Resource Name (ARN) of the network.
-
#start_token ⇒ String
The token for the next page of results.
Instance Attribute Details
#filters ⇒ Hash<String,Array<String>>
The filters. Add filters to your request to return a more specific list of results. Use filters to match the status of the network sites.
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.
950 951 952 953 954 955 956 957 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 950 class ListNetworkSitesRequest < Struct.new( :filters, :max_results, :network_arn, :start_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return.
950 951 952 953 954 955 956 957 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 950 class ListNetworkSitesRequest < Struct.new( :filters, :max_results, :network_arn, :start_token) SENSITIVE = [] include Aws::Structure end |
#network_arn ⇒ String
The Amazon Resource Name (ARN) of the network.
950 951 952 953 954 955 956 957 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 950 class ListNetworkSitesRequest < Struct.new( :filters, :max_results, :network_arn, :start_token) SENSITIVE = [] include Aws::Structure end |
#start_token ⇒ String
The token for the next page of results.
950 951 952 953 954 955 956 957 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 950 class ListNetworkSitesRequest < Struct.new( :filters, :max_results, :network_arn, :start_token) SENSITIVE = [] include Aws::Structure end |