Class: Aws::EC2::Types::IpamRouteOverlap
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::IpamRouteOverlap
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Contains information about an overlapping route detected for a BYOIP prefix.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asn ⇒ String
The ASN originating the overlapping route.
-
#detected_at ⇒ Time
The time when the overlap was detected.
-
#prefix ⇒ String
The overlapping IP address prefix in CIDR notation.
Instance Attribute Details
#asn ⇒ String
The ASN originating the overlapping route.
59735 59736 59737 59738 59739 59740 59741 |
# File 'lib/aws-sdk-ec2/types.rb', line 59735 class IpamRouteOverlap < Struct.new( :prefix, :asn, :detected_at) SENSITIVE = [] include Aws::Structure end |
#detected_at ⇒ Time
The time when the overlap was detected.
59735 59736 59737 59738 59739 59740 59741 |
# File 'lib/aws-sdk-ec2/types.rb', line 59735 class IpamRouteOverlap < Struct.new( :prefix, :asn, :detected_at) SENSITIVE = [] include Aws::Structure end |
#prefix ⇒ String
The overlapping IP address prefix in CIDR notation.
59735 59736 59737 59738 59739 59740 59741 |
# File 'lib/aws-sdk-ec2/types.rb', line 59735 class IpamRouteOverlap < Struct.new( :prefix, :asn, :detected_at) SENSITIVE = [] include Aws::Structure end |