Class: Aws::PrivateNetworks::Types::ListNetworkResourcesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrivateNetworks::Types::ListNetworkResourcesResponse
- Defined in:
- gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#network_resources ⇒ Array<Types::NetworkResource>
Information about network resources.
-
#next_token ⇒ String
The token for the next page of results.
Instance Attribute Details
#network_resources ⇒ Array<Types::NetworkResource>
Information about network resources.
807 808 809 810 811 812 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 807 class ListNetworkResourcesResponse < Struct.new( :network_resources, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
807 808 809 810 811 812 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 807 class ListNetworkResourcesResponse < Struct.new( :network_resources, :next_token) SENSITIVE = [] include Aws::Structure end |