Class: Aws::EC2::Types::DescribeByoipCidrsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeByoipCidrsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#byoip_cidrs ⇒ Array<Types::ByoipCidr>
Information about your address ranges.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#byoip_cidrs ⇒ Array<Types::ByoipCidr>
Information about your address ranges.
18163 18164 18165 18166 18167 18168 |
# File 'lib/aws-sdk-ec2/types.rb', line 18163 class DescribeByoipCidrsResult < Struct.new( :byoip_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.
18163 18164 18165 18166 18167 18168 |
# File 'lib/aws-sdk-ec2/types.rb', line 18163 class DescribeByoipCidrsResult < Struct.new( :byoip_cidrs, :next_token) SENSITIVE = [] include Aws::Structure end |