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.
59744 59745 59746 59747 59748 59749 59750 |
# File 'lib/aws-sdk-ec2/types.rb', line 59744 class IpamRouteOverlap < Struct.new( :prefix, :asn, :detected_at) SENSITIVE = [] include Aws::Structure end |
#detected_at ⇒ Time
The time when the overlap was detected.
59744 59745 59746 59747 59748 59749 59750 |
# File 'lib/aws-sdk-ec2/types.rb', line 59744 class IpamRouteOverlap < Struct.new( :prefix, :asn, :detected_at) SENSITIVE = [] include Aws::Structure end |
#prefix ⇒ String
The overlapping IP address prefix in CIDR notation.
59744 59745 59746 59747 59748 59749 59750 |
# File 'lib/aws-sdk-ec2/types.rb', line 59744 class IpamRouteOverlap < Struct.new( :prefix, :asn, :detected_at) SENSITIVE = [] include Aws::Structure end |