Class: Aws::EC2::Types::DescribeByoipCidrsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeByoipCidrsResult
- Defined in:
- gems/aws-sdk-ec2/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.
18656 18657 18658 18659 18660 18661 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 18656 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.
18656 18657 18658 18659 18660 18661 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 18656 class DescribeByoipCidrsResult < Struct.new( :byoip_cidrs, :next_token) SENSITIVE = [] include Aws::Structure end |