Class: Aws::PrivateNetworks::Types::ListNetworkSitesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersHash<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.

Returns:

  • (Hash<String,Array<String>>)


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_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


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_arnString

The Amazon Resource Name (ARN) of the network.

Returns:

  • (String)


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_tokenString

The token for the next page of results.

Returns:

  • (String)


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