Class: Aws::EC2::Types::DeprovisionIpamByoasnResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeprovisionIpamByoasnResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#byoasn ⇒ Types::Byoasn
An ASN and BYOIP CIDR association.
Instance Attribute Details
#byoasn ⇒ Types::Byoasn
An ASN and BYOIP CIDR association.
17425 17426 17427 17428 17429 |
# File 'lib/aws-sdk-ec2/types.rb', line 17425 class DeprovisionIpamByoasnResult < Struct.new( :byoasn) SENSITIVE = [] include Aws::Structure end |