Class: Aws::EC2::Types::DeprovisionByoipCidrResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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:



15975
15976
15977
15978
15979
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 15975

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