Class: Aws::EC2::Types::AdvertiseByoipCidrResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#byoip_cidrTypes::ByoipCidr

Information about the address range.

Returns:



854
855
856
857
858
# File 'lib/aws-sdk-ec2/types.rb', line 854

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