Class: Aws::EC2::Types::DeprovisionByoipCidrResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeprovisionByoipCidrResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#byoip_cidr ⇒ Types::ByoipCidr
Information about the address range.
Instance Attribute Details
#byoip_cidr ⇒ Types::ByoipCidr
Information about the address range.
17388 17389 17390 17391 17392 |
# File 'lib/aws-sdk-ec2/types.rb', line 17388 class DeprovisionByoipCidrResult < Struct.new( :byoip_cidr) SENSITIVE = [] include Aws::Structure end |