Class: Aws::PrivateNetworks::Types::ListOrdersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrivateNetworks::Types::ListOrdersRequest
- 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.
NETWORK_SITE
- The Amazon Resource Name (ARN) of the network site.STATUS
- The status (ACKNOWLEDGING
|ACKNOWLEDGED
|UNACKNOWLEDGED
).
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.
1052 1053 1054 1055 1056 1057 1058 1059 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 1052 class ListOrdersRequest < Struct.new( :filters, :max_results, :network_arn, :start_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return.
1052 1053 1054 1055 1056 1057 1058 1059 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 1052 class ListOrdersRequest < 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.
1052 1053 1054 1055 1056 1057 1058 1059 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 1052 class ListOrdersRequest < 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.
1052 1053 1054 1055 1056 1057 1058 1059 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 1052 class ListOrdersRequest < Struct.new( :filters, :max_results, :network_arn, :start_token) SENSITIVE = [] include Aws::Structure end |