Module: Aws::EC2::Client::_GetIpamRouteProtectionFindingsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetIpamRouteProtectionFindingsResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #ipam_id ⇒ ::String
- #next_token ⇒ ::String
- #route_protection_findings ⇒ ::Array[Types::IpamRouteProtectionFinding]
Instance Method Details
#ipam_id ⇒ ::String
10836 |
# File 'sig/client.rbs', line 10836
def ipam_id: () -> ::String
|
#next_token ⇒ ::String
10838 |
# File 'sig/client.rbs', line 10838
def next_token: () -> ::String
|
#route_protection_findings ⇒ ::Array[Types::IpamRouteProtectionFinding]
10837 |
# File 'sig/client.rbs', line 10837
def route_protection_findings: () -> ::Array[Types::IpamRouteProtectionFinding]
|