Class: Aws::Types::AwsNetworkFirewallRuleGroupDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity::Integer

Returns the value of attribute capacity.

Returns:

  • (::Integer)


3282
3283
3284
# File 'sig/types.rbs', line 3282

def capacity
  @capacity
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3283
3284
3285
# File 'sig/types.rbs', line 3283

def description
  @description
end

#rule_groupTypes::RuleGroupDetails

Returns the value of attribute rule_group.



3284
3285
3286
# File 'sig/types.rbs', line 3284

def rule_group
  @rule_group
end

#rule_group_arn::String

Returns the value of attribute rule_group_arn.

Returns:

  • (::String)


3285
3286
3287
# File 'sig/types.rbs', line 3285

def rule_group_arn
  @rule_group_arn
end

#rule_group_id::String

Returns the value of attribute rule_group_id.

Returns:

  • (::String)


3286
3287
3288
# File 'sig/types.rbs', line 3286

def rule_group_id
  @rule_group_id
end

#rule_group_name::String

Returns the value of attribute rule_group_name.

Returns:

  • (::String)


3287
3288
3289
# File 'sig/types.rbs', line 3287

def rule_group_name
  @rule_group_name
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


3288
3289
3290
# File 'sig/types.rbs', line 3288

def type
  @type
end