Class: Aws::Types::NetworkFirewallMissingExpectedRoutesViolation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#expected_routes::Array[Types::ExpectedRoute]

Returns the value of attribute expected_routes.

Returns:



748
749
750
# File 'sig/types.rbs', line 748

def expected_routes
  @expected_routes
end

#violation_target::String

Returns the value of attribute violation_target.

Returns:

  • (::String)


747
748
749
# File 'sig/types.rbs', line 747

def violation_target
  @violation_target
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


749
750
751
# File 'sig/types.rbs', line 749

def vpc_id
  @vpc_id
end