Class: Aws::Types::NetworkFirewallUnexpectedFirewallRoutesViolation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#firewall_endpoint::String

Returns the value of attribute firewall_endpoint.

Returns:

  • (::String)


801
802
803
# File 'sig/types.rbs', line 801

def firewall_endpoint
  @firewall_endpoint
end

#firewall_subnet_id::String

Returns the value of attribute firewall_subnet_id.

Returns:

  • (::String)


798
799
800
# File 'sig/types.rbs', line 798

def firewall_subnet_id
  @firewall_subnet_id
end

#route_table_id::String

Returns the value of attribute route_table_id.

Returns:

  • (::String)


800
801
802
# File 'sig/types.rbs', line 800

def route_table_id
  @route_table_id
end

#violating_routes::Array[Types::Route]

Returns the value of attribute violating_routes.

Returns:



799
800
801
# File 'sig/types.rbs', line 799

def violating_routes
  @violating_routes
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


802
803
804
# File 'sig/types.rbs', line 802

def vpc_id
  @vpc_id
end