Class: Aws::GlobalAccelerator::Types::ProvisionByoipCidrResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



3068
3069
3070
3071
3072
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 3068

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