Class: Aws::Types::NetworkFirewallUnexpectedGatewayRoutesViolation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_id::String

Returns the value of attribute gateway_id.

Returns:

  • (::String)


807
808
809
# File 'sig/types.rbs', line 807

def gateway_id
  @gateway_id
end

#route_table_id::String

Returns the value of attribute route_table_id.

Returns:

  • (::String)


809
810
811
# File 'sig/types.rbs', line 809

def route_table_id
  @route_table_id
end

#violating_routes::Array[Types::Route]

Returns the value of attribute violating_routes.

Returns:



808
809
810
# File 'sig/types.rbs', line 808

def violating_routes
  @violating_routes
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


810
811
812
# File 'sig/types.rbs', line 810

def vpc_id
  @vpc_id
end