Class: Aws::EC2::Types::IpamRouteOverlap

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#asnString

The ASN originating the overlapping route.

Returns:

  • (String)


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_atTime

The time when the overlap was detected.

Returns:

  • (Time)


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

#prefixString

The overlapping IP address prefix in CIDR notation.

Returns:

  • (String)


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