Class: Aws::EC2::Types::ProvisionIpamByoasnResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ProvisionIpamByoasnResult
- Defined in:
- gems/aws-sdk-ec2/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.
57157 57158 57159 57160 57161 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 57157 class ProvisionIpamByoasnResult < Struct.new( :byoasn) SENSITIVE = [] include Aws::Structure end |