Class: Aws::GlobalAccelerator::Types::ListByoipCidrsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#byoip_cidrsArray<Types::ByoipCidr>

Information about your address ranges.

Returns:



2425
2426
2427
2428
2429
2430
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 2425

class ListByoipCidrsResponse < Struct.new(
  :byoip_cidrs,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


2425
2426
2427
2428
2429
2430
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 2425

class ListByoipCidrsResponse < Struct.new(
  :byoip_cidrs,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end