Class: Aws::Types::FirewallManagerRuleGroup

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#firewall_manager_statementTypes::FirewallManagerStatement

Returns the value of attribute firewall_manager_statement.



542
543
544
# File 'sig/types.rbs', line 542

def firewall_manager_statement
  @firewall_manager_statement
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


540
541
542
# File 'sig/types.rbs', line 540

def name
  @name
end

#override_actionTypes::OverrideAction

Returns the value of attribute override_action.



543
544
545
# File 'sig/types.rbs', line 543

def override_action
  @override_action
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


541
542
543
# File 'sig/types.rbs', line 541

def priority
  @priority
end

#visibility_configTypes::VisibilityConfig

Returns the value of attribute visibility_config.



544
545
546
# File 'sig/types.rbs', line 544

def visibility_config
  @visibility_config
end