Class: Aws::Types::FirewallConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#firewall_fail_open"ENABLED", ...

Returns the value of attribute firewall_fail_open.

Returns:

  • ("ENABLED", "DISABLED", "USE_LOCAL_RESOURCE_SETTING")


410
411
412
# File 'sig/types.rbs', line 410

def firewall_fail_open
  @firewall_fail_open
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


407
408
409
# File 'sig/types.rbs', line 407

def id
  @id
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


409
410
411
# File 'sig/types.rbs', line 409

def owner_id
  @owner_id
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


408
409
410
# File 'sig/types.rbs', line 408

def resource_id
  @resource_id
end