Class: Aws::PrivateNetworks::Types::ListNetworkSitesResponse

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

#network_sitesArray<Types::NetworkSite>

Information about the network sites.

Returns:



969
970
971
972
973
974
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 969

class ListNetworkSitesResponse < Struct.new(
  :network_sites,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


969
970
971
972
973
974
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 969

class ListNetworkSitesResponse < Struct.new(
  :network_sites,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end