Class: Aws::Types::IpamRouteProtectionFinding

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

Returns the value of attribute advertisement_type.

Returns:

  • ("regional", "global")


12876
12877
12878
# File 'sig/types.rbs', line 12876

def advertisement_type
  @advertisement_type
end

#asn::String

Returns the value of attribute asn.

Returns:

  • (::String)


12879
12880
12881
# File 'sig/types.rbs', line 12879

def asn
  @asn
end

#cidr::String

Returns the value of attribute cidr.

Returns:

  • (::String)


12874
12875
12876
# File 'sig/types.rbs', line 12874

def cidr
  @cidr
end

#ipam_pool_id::String

Returns the value of attribute ipam_pool_id.

Returns:

  • (::String)


12873
12874
12875
# File 'sig/types.rbs', line 12873

def ipam_pool_id
  @ipam_pool_id
end

#network_border_group::String

Returns the value of attribute network_border_group.

Returns:

  • (::String)


12877
12878
12879
# File 'sig/types.rbs', line 12877

def network_border_group
  @network_border_group
end

#pool_id::String

Returns the value of attribute pool_id.

Returns:

  • (::String)


12878
12879
12880
# File 'sig/types.rbs', line 12878

def pool_id
  @pool_id
end

#resource_owner_id::String

Returns the value of attribute resource_owner_id.

Returns:

  • (::String)


12871
12872
12873
# File 'sig/types.rbs', line 12871

def resource_owner_id
  @resource_owner_id
end

#resource_region::String

Returns the value of attribute resource_region.

Returns:

  • (::String)


12872
12873
12874
# File 'sig/types.rbs', line 12872

def resource_region
  @resource_region
end

#roa_sample_time::Time

Returns the value of attribute roa_sample_time.

Returns:

  • (::Time)


12885
12886
12887
# File 'sig/types.rbs', line 12885

def roa_sample_time
  @roa_sample_time
end

#roas::Array[Types::IpamRouteOriginAuthorization]

Returns the value of attribute roas.



12882
12883
12884
# File 'sig/types.rbs', line 12882

def roas
  @roas
end

#route_overlaps::Array[Types::IpamRouteOverlap]

Returns the value of attribute route_overlaps.

Returns:



12883
12884
12885
# File 'sig/types.rbs', line 12883

def route_overlaps
  @route_overlaps
end

#rpki_status"valid", ...

Returns the value of attribute rpki_status.

Returns:

  • ("valid", "invalid", "unknown")


12880
12881
12882
# File 'sig/types.rbs', line 12880

def rpki_status
  @rpki_status
end

#rpki_strength"strict", "permissive"

Returns the value of attribute rpki_strength.

Returns:

  • ("strict", "permissive")


12881
12882
12883
# File 'sig/types.rbs', line 12881

def rpki_strength
  @rpki_strength
end

#sample_time::Time

Returns the value of attribute sample_time.

Returns:

  • (::Time)


12884
12885
12886
# File 'sig/types.rbs', line 12884

def sample_time
  @sample_time
end

#state"advertised", ...

Returns the value of attribute state.

Returns:

  • ("advertised", "deprovisioned", "failed-deprovision", "failed-provision", "pending-advertising", "pending-deprovision", "pending-provision", "pending-withdrawal", "provisioned", "provisioned-not-publicly-advertisable")


12875
12876
12877
# File 'sig/types.rbs', line 12875

def state
  @state
end