Class: Aws::GlobalAccelerator::Types::ListByoipCidrsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::ListByoipCidrsResponse
- Defined in:
- gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/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 for the next page of results.
Instance Attribute Details
#byoip_cidrs ⇒ Array<Types::ByoipCidr>
Information about your address ranges.
2187 2188 2189 2190 2191 2192 |
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 2187 class ListByoipCidrsResponse < Struct.new( :byoip_cidrs, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
2187 2188 2189 2190 2191 2192 |
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 2187 class ListByoipCidrsResponse < Struct.new( :byoip_cidrs, :next_token) SENSITIVE = [] include Aws::Structure end |