Class: Aws::EC2::Types::DisassociateIpamByoasnResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DisassociateIpamByoasnResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asn_association ⇒ Types::AsnAssociation
An ASN and BYOIP CIDR association.
Instance Attribute Details
#asn_association ⇒ Types::AsnAssociation
An ASN and BYOIP CIDR association.
31803 31804 31805 31806 31807 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 31803 class DisassociateIpamByoasnResult < Struct.new( :asn_association) SENSITIVE = [] include Aws::Structure end |