Class: Aws::Types::GetIpamRouteProtectionFindingsResult
- Inherits:
-
Object
- Object
- Aws::Types::GetIpamRouteProtectionFindingsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ipam_id ⇒ ::String
Returns the value of attribute ipam_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#route_protection_findings ⇒ ::Array[Types::IpamRouteProtectionFinding]
Returns the value of attribute route_protection_findings.
Instance Attribute Details
#ipam_id ⇒ ::String
Returns the value of attribute ipam_id.
10601 10602 10603 |
# File 'sig/types.rbs', line 10601 def ipam_id @ipam_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
10603 10604 10605 |
# File 'sig/types.rbs', line 10603 def next_token @next_token end |
#route_protection_findings ⇒ ::Array[Types::IpamRouteProtectionFinding]
Returns the value of attribute route_protection_findings.
10602 10603 10604 |
# File 'sig/types.rbs', line 10602 def route_protection_findings @route_protection_findings end |