Class: Aws::Types::IpamRouteProtectionFinding
- Inherits:
-
Object
- Object
- Aws::Types::IpamRouteProtectionFinding
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#advertisement_type ⇒ "regional", "global"
Returns the value of attribute advertisement_type.
-
#asn ⇒ ::String
Returns the value of attribute asn.
-
#cidr ⇒ ::String
Returns the value of attribute cidr.
-
#ipam_pool_id ⇒ ::String
Returns the value of attribute ipam_pool_id.
-
#network_border_group ⇒ ::String
Returns the value of attribute network_border_group.
-
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
-
#resource_owner_id ⇒ ::String
Returns the value of attribute resource_owner_id.
-
#resource_region ⇒ ::String
Returns the value of attribute resource_region.
-
#roa_sample_time ⇒ ::Time
Returns the value of attribute roa_sample_time.
-
#roas ⇒ ::Array[Types::IpamRouteOriginAuthorization]
Returns the value of attribute roas.
-
#route_overlaps ⇒ ::Array[Types::IpamRouteOverlap]
Returns the value of attribute route_overlaps.
-
#rpki_status ⇒ "valid", ...
Returns the value of attribute rpki_status.
-
#rpki_strength ⇒ "strict", "permissive"
Returns the value of attribute rpki_strength.
-
#sample_time ⇒ ::Time
Returns the value of attribute sample_time.
-
#state ⇒ "advertised", ...
Returns the value of attribute state.
Instance Attribute Details
#advertisement_type ⇒ "regional", "global"
Returns the value of attribute advertisement_type.
12876 12877 12878 |
# File 'sig/types.rbs', line 12876 def advertisement_type @advertisement_type end |
#asn ⇒ ::String
Returns the value of attribute asn.
12879 12880 12881 |
# File 'sig/types.rbs', line 12879 def asn @asn end |
#cidr ⇒ ::String
Returns the value of attribute cidr.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
12884 12885 12886 |
# File 'sig/types.rbs', line 12884 def sample_time @sample_time end |
#state ⇒ "advertised", ...
Returns the value of attribute state.
12875 12876 12877 |
# File 'sig/types.rbs', line 12875 def state @state end |