Class: Aws::EC2::Types::AssociateIpamByoasnResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AssociateIpamByoasnResult
- 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
The ASN and BYOIP CIDR association.
Instance Attribute Details
#asn_association ⇒ Types::AsnAssociation
The ASN and BYOIP CIDR association.
2231 2232 2233 2234 2235 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2231 class AssociateIpamByoasnResult < Struct.new( :asn_association) SENSITIVE = [] include Aws::Structure end |