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
10844 |
# File 'sig/client.rbs', line 10844
def ipam_id: () -> ::String
|
#next_token ⇒ ::String
10846 |
# File 'sig/client.rbs', line 10846
def next_token: () -> ::String
|
#route_protection_findings ⇒ ::Array[Types::IpamRouteProtectionFinding]
10845 |
# File 'sig/client.rbs', line 10845
def route_protection_findings: () -> ::Array[Types::IpamRouteProtectionFinding]
|