Class: Aws::EC2::Types::IpamRouteOriginAuthorizationInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::IpamRouteOriginAuthorizationInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Contains information about a Route Origin Authorization (ROA) currently published in the RPKI.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asn ⇒ String
The Autonomous System Number (ASN) authorized to originate the prefix.
-
#cidr ⇒ String
The IP address prefix in CIDR notation authorized by the ROA.
-
#max_length ⇒ Integer
The maximum prefix length that the ASN is authorized to announce.
Instance Attribute Details
#asn ⇒ String
The Autonomous System Number (ASN) authorized to originate the prefix.
59710 59711 59712 59713 59714 59715 59716 |
# File 'lib/aws-sdk-ec2/types.rb', line 59710 class IpamRouteOriginAuthorizationInfo < Struct.new( :cidr, :asn, :max_length) SENSITIVE = [] include Aws::Structure end |
#cidr ⇒ String
The IP address prefix in CIDR notation authorized by the ROA.
59710 59711 59712 59713 59714 59715 59716 |
# File 'lib/aws-sdk-ec2/types.rb', line 59710 class IpamRouteOriginAuthorizationInfo < Struct.new( :cidr, :asn, :max_length) SENSITIVE = [] include Aws::Structure end |
#max_length ⇒ Integer
The maximum prefix length that the ASN is authorized to announce.
59710 59711 59712 59713 59714 59715 59716 |
# File 'lib/aws-sdk-ec2/types.rb', line 59710 class IpamRouteOriginAuthorizationInfo < Struct.new( :cidr, :asn, :max_length) SENSITIVE = [] include Aws::Structure end |