Class: Aws::GlobalAccelerator::Types::DeprovisionByoipCidrResponse

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_cidrTypes::ByoipCidr

Information about the address range.

Returns:



1661
1662
1663
1664
1665
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 1661

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