Class: Aws::GlobalAccelerator::Types::AdvertiseByoipCidrRequest

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

#cidrString

The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.

For more information, see Bring your own IP addresses (BYOIP) in the Global Accelerator Developer Guide.

Returns:

  • (String)


317
318
319
320
321
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 317

class AdvertiseByoipCidrRequest < Struct.new(
  :cidr)
  SENSITIVE = []
  include Aws::Structure
end