Class: Aws::Types::UpdateFirewallRuleGroupAssociationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#firewall_rule_group_association_id::String

Returns the value of attribute firewall_rule_group_association_id.

Returns:

  • (::String)


1265
1266
1267
# File 'sig/types.rbs', line 1265

def firewall_rule_group_association_id
  @firewall_rule_group_association_id
end

#mutation_protection"ENABLED", "DISABLED"

Returns the value of attribute mutation_protection.

Returns:

  • ("ENABLED", "DISABLED")


1267
1268
1269
# File 'sig/types.rbs', line 1267

def mutation_protection
  @mutation_protection
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1268
1269
1270
# File 'sig/types.rbs', line 1268

def name
  @name
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


1266
1267
1268
# File 'sig/types.rbs', line 1266

def priority
  @priority
end