Class: Aws::Types::NetworkFirewallBlackHoleRouteDetectedViolation

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#route_table_id::String

Returns the value of attribute route_table_id.



692
693
694
# File 'sig/types.rbs', line 692

def route_table_id
  @route_table_id
end

#violating_routes::Array[Types::Route]

Returns the value of attribute violating_routes.



694
695
696
# File 'sig/types.rbs', line 694

def violating_routes
  @violating_routes
end

#violation_target::String

Returns the value of attribute violation_target.



691
692
693
# File 'sig/types.rbs', line 691

def violation_target
  @violation_target
end

#vpc_id::String

Returns the value of attribute vpc_id.



693
694
695
# File 'sig/types.rbs', line 693

def vpc_id
  @vpc_id
end