Class: Aws::NetworkManager::Types::GetNetworkResourcesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::GetNetworkResourcesResponse
- Defined in:
- gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#network_resources ⇒ Array<Types::NetworkResource>
The network resources.
-
#next_token ⇒ String
The token for the next page of results.
Instance Attribute Details
#network_resources ⇒ Array<Types::NetworkResource>
The network resources.
3449 3450 3451 3452 3453 3454 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3449 class GetNetworkResourcesResponse < Struct.new( :network_resources, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
3449 3450 3451 3452 3453 3454 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3449 class GetNetworkResourcesResponse < Struct.new( :network_resources, :next_token) SENSITIVE = [] include Aws::Structure end |