Class: Aws::PrivateNetworks::Types::ListNetworkResourcesResponse

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_resourcesArray<Types::NetworkResource>

Information about network resources.

Returns:



914
915
916
917
918
919
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 914

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

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


914
915
916
917
918
919
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 914

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