Class: Aws::Types::AssociateFirewallRuleGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creator_request_id::String

Returns the value of attribute creator_request_id.

Returns:

  • (::String)


17
18
19
# File 'sig/types.rbs', line 17

def creator_request_id
  @creator_request_id
end

#firewall_rule_group_id::String

Returns the value of attribute firewall_rule_group_id.

Returns:

  • (::String)


18
19
20
# File 'sig/types.rbs', line 18

def firewall_rule_group_id
  @firewall_rule_group_id
end

#mutation_protection"ENABLED", "DISABLED"

Returns the value of attribute mutation_protection.

Returns:

  • ("ENABLED", "DISABLED")


22
23
24
# File 'sig/types.rbs', line 22

def mutation_protection
  @mutation_protection
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


21
22
23
# File 'sig/types.rbs', line 21

def name
  @name
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


20
21
22
# File 'sig/types.rbs', line 20

def priority
  @priority
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



23
24
25
# File 'sig/types.rbs', line 23

def tags
  @tags
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


19
20
21
# File 'sig/types.rbs', line 19

def vpc_id
  @vpc_id
end