Class: Aws::EC2::Types::AsnAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AsnAssociation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
An Autonomous System Number (ASN) and BYOIP CIDR association.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asn ⇒ String
The association’s ASN.
-
#cidr ⇒ String
The association’s CIDR.
-
#state ⇒ String
The association’s state.
-
#status_message ⇒ String
The association’s status message.
Instance Attribute Details
#asn ⇒ String
The association’s ASN.
1707 1708 1709 1710 1711 1712 1713 1714 |
# File 'lib/aws-sdk-ec2/types.rb', line 1707 class AsnAssociation < Struct.new( :asn, :cidr, :status_message, :state) SENSITIVE = [] include Aws::Structure end |
#cidr ⇒ String
The association’s CIDR.
1707 1708 1709 1710 1711 1712 1713 1714 |
# File 'lib/aws-sdk-ec2/types.rb', line 1707 class AsnAssociation < Struct.new( :asn, :cidr, :status_message, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The association’s state.
1707 1708 1709 1710 1711 1712 1713 1714 |
# File 'lib/aws-sdk-ec2/types.rb', line 1707 class AsnAssociation < Struct.new( :asn, :cidr, :status_message, :state) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The association’s status message.
1707 1708 1709 1710 1711 1712 1713 1714 |
# File 'lib/aws-sdk-ec2/types.rb', line 1707 class AsnAssociation < Struct.new( :asn, :cidr, :status_message, :state) SENSITIVE = [] include Aws::Structure end |