Class: Aws::Types::GetIpamRouteProtectionFindingsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ipam_id::String

Returns the value of attribute ipam_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



10602
10603
10604
# File 'sig/types.rbs', line 10602

def route_protection_findings
  @route_protection_findings
end