Class: Aws::EC2::Types::AssociateIpamByoasnResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AssociateIpamByoasnResult
- Includes:
- Structure
- Defined in:
- 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.
2284 2285 2286 2287 2288 |
# File 'lib/aws-sdk-ec2/types.rb', line 2284 class AssociateIpamByoasnResult < Struct.new( :asn_association) SENSITIVE = [] include Aws::Structure end |