Class: Aws::Types::NetworkFirewallInvalidRouteConfigurationViolation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actual_firewall_endpoint::String

Returns the value of attribute actual_firewall_endpoint.

Returns:

  • (::String)


724
725
726
# File 'sig/types.rbs', line 724

def actual_firewall_endpoint
  @actual_firewall_endpoint
end

#actual_firewall_subnet_id::String

Returns the value of attribute actual_firewall_subnet_id.

Returns:

  • (::String)


726
727
728
# File 'sig/types.rbs', line 726

def actual_firewall_subnet_id
  @actual_firewall_subnet_id
end

#actual_firewall_subnet_routes::Array[Types::Route]

Returns the value of attribute actual_firewall_subnet_routes.

Returns:



728
729
730
# File 'sig/types.rbs', line 728

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:



732
733
734
# File 'sig/types.rbs', line 732

def actual_internet_gateway_routes
  @actual_internet_gateway_routes
end

#affected_subnets::Array[::String]

Returns the value of attribute affected_subnets.

Returns:

  • (::Array[::String])


718
719
720
# File 'sig/types.rbs', line 718

def affected_subnets
  @affected_subnets
end

#current_firewall_subnet_route_table::String

Returns the value of attribute current_firewall_subnet_route_table.

Returns:

  • (::String)


722
723
724
# File 'sig/types.rbs', line 722

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)


730
731
732
# File 'sig/types.rbs', line 730

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)


723
724
725
# File 'sig/types.rbs', line 723

def expected_firewall_endpoint
  @expected_firewall_endpoint
end

#expected_firewall_subnet_id::String

Returns the value of attribute expected_firewall_subnet_id.

Returns:

  • (::String)


725
726
727
# File 'sig/types.rbs', line 725

def expected_firewall_subnet_id
  @expected_firewall_subnet_id
end

#expected_firewall_subnet_routes::Array[Types::ExpectedRoute]

Returns the value of attribute expected_firewall_subnet_routes.

Returns:



727
728
729
# File 'sig/types.rbs', line 727

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:



731
732
733
# File 'sig/types.rbs', line 731

def expected_internet_gateway_routes
  @expected_internet_gateway_routes
end

#internet_gateway_id::String

Returns the value of attribute internet_gateway_id.

Returns:

  • (::String)


729
730
731
# File 'sig/types.rbs', line 729

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)


720
721
722
# File 'sig/types.rbs', line 720

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)


719
720
721
# File 'sig/types.rbs', line 719

def route_table_id
  @route_table_id
end

#violating_routeTypes::Route

Returns the value of attribute violating_route.

Returns:



721
722
723
# File 'sig/types.rbs', line 721

def violating_route
  @violating_route
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


733
734
735
# File 'sig/types.rbs', line 733

def vpc_id
  @vpc_id
end