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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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)


59915
59916
59917
59918
59919
59920
59921
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59915

class IpamRouteOverlap < Struct.new(
  :prefix,
  :asn,
  :detected_at)
  SENSITIVE = []
  include Aws::Structure
end

#detected_atTime

The time when the overlap was detected.

Returns:

  • (Time)


59915
59916
59917
59918
59919
59920
59921
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59915

class IpamRouteOverlap < Struct.new(
  :prefix,
  :asn,
  :detected_at)
  SENSITIVE = []
  include Aws::Structure
end

#prefixString

The overlapping IP address prefix in CIDR notation.

Returns:

  • (String)


59915
59916
59917
59918
59919
59920
59921
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59915

class IpamRouteOverlap < Struct.new(
  :prefix,
  :asn,
  :detected_at)
  SENSITIVE = []
  include Aws::Structure
end