Class: Aws::EC2::Types::GetIpamPoolCidrsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::GetIpamPoolCidrsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ipam_pool_cidrs ⇒ Array<Types::IpamPoolCidr>
Information about the CIDRs provisioned to an IPAM pool.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#ipam_pool_cidrs ⇒ Array<Types::IpamPoolCidr>
Information about the CIDRs provisioned to an IPAM pool.
37892 37893 37894 37895 37896 37897 |
# File 'lib/aws-sdk-ec2/types.rb', line 37892 class GetIpamPoolCidrsResult < Struct.new( :ipam_pool_cidrs, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.
37892 37893 37894 37895 37896 37897 |
# File 'lib/aws-sdk-ec2/types.rb', line 37892 class GetIpamPoolCidrsResult < Struct.new( :ipam_pool_cidrs, :next_token) SENSITIVE = [] include Aws::Structure end |