Class: Aws::Types::NetworkFirewallInternetTrafficNotInspectedViolation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actual_firewall_subnet_routes::Array[Types::Route]

Returns the value of attribute actual_firewall_subnet_routes.

Returns:



708
709
710
# File 'sig/types.rbs', line 708

def actual_firewall_subnet_routes
  @actual_firewall_subnet_routes
end

#actual_internet_gateway_routes::Array[Types::Route]

Returns the value of attribute actual_internet_gateway_routes.

Returns:



712
713
714
# File 'sig/types.rbs', line 712

def actual_internet_gateway_routes
  @actual_internet_gateway_routes
end

#current_firewall_subnet_route_table::String

Returns the value of attribute current_firewall_subnet_route_table.

Returns:

  • (::String)


704
705
706
# File 'sig/types.rbs', line 704

def current_firewall_subnet_route_table
  @current_firewall_subnet_route_table
end

#current_internet_gateway_route_table::String

Returns the value of attribute current_internet_gateway_route_table.

Returns:

  • (::String)


710
711
712
# File 'sig/types.rbs', line 710

def current_internet_gateway_route_table
  @current_internet_gateway_route_table
end

#expected_firewall_endpoint::String

Returns the value of attribute expected_firewall_endpoint.

Returns:

  • (::String)


705
706
707
# File 'sig/types.rbs', line 705

def expected_firewall_endpoint
  @expected_firewall_endpoint
end

#expected_firewall_subnet_routes::Array[Types::ExpectedRoute]

Returns the value of attribute expected_firewall_subnet_routes.

Returns:



707
708
709
# File 'sig/types.rbs', line 707

def expected_firewall_subnet_routes
  @expected_firewall_subnet_routes
end

#expected_internet_gateway_routes::Array[Types::ExpectedRoute]

Returns the value of attribute expected_internet_gateway_routes.

Returns:



711
712
713
# File 'sig/types.rbs', line 711

def expected_internet_gateway_routes
  @expected_internet_gateway_routes
end

#firewall_subnet_id::String

Returns the value of attribute firewall_subnet_id.

Returns:

  • (::String)


706
707
708
# File 'sig/types.rbs', line 706

def firewall_subnet_id
  @firewall_subnet_id
end

#internet_gateway_id::String

Returns the value of attribute internet_gateway_id.

Returns:

  • (::String)


709
710
711
# File 'sig/types.rbs', line 709

def internet_gateway_id
  @internet_gateway_id
end

#is_route_table_used_in_different_azBoolean

Returns the value of attribute is_route_table_used_in_different_az.

Returns:

  • (Boolean)


703
704
705
# File 'sig/types.rbs', line 703

def is_route_table_used_in_different_az
  @is_route_table_used_in_different_az
end

#route_table_id::String

Returns the value of attribute route_table_id.

Returns:

  • (::String)


701
702
703
# File 'sig/types.rbs', line 701

def route_table_id
  @route_table_id
end

#subnet_availability_zone::String

Returns the value of attribute subnet_availability_zone.

Returns:

  • (::String)


700
701
702
# File 'sig/types.rbs', line 700

def subnet_availability_zone
  @subnet_availability_zone
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


699
700
701
# File 'sig/types.rbs', line 699

def subnet_id
  @subnet_id
end

#violating_routes::Array[Types::Route]

Returns the value of attribute violating_routes.

Returns:



702
703
704
# File 'sig/types.rbs', line 702

def violating_routes
  @violating_routes
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


713
714
715
# File 'sig/types.rbs', line 713

def vpc_id
  @vpc_id
end