Class: Aws::Types::NetworkFirewallMissingExpectedRTViolation

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:



740
741
742
# File 'sig/types.rbs', line 740

def availability_zone
  @availability_zone
end

#current_route_table::String

Returns the value of attribute current_route_table.

Returns:



741
742
743
# File 'sig/types.rbs', line 741

def current_route_table
  @current_route_table
end

#expected_route_table::String

Returns the value of attribute expected_route_table.

Returns:



742
743
744
# File 'sig/types.rbs', line 742

def expected_route_table
  @expected_route_table
end

#violation_target::String

Returns the value of attribute violation_target.

Returns:



738
739
740
# File 'sig/types.rbs', line 738

def violation_target
  @violation_target
end

#vpc::String

Returns the value of attribute vpc.

Returns:



739
740
741
# File 'sig/types.rbs', line 739

def vpc
  @vpc
end