Class: Aws::Types::ListRuleGroupsNamespacesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


490
491
492
# File 'sig/types.rbs', line 490

def next_token
  @next_token
end

#rule_groups_namespaces::Array[Types::RuleGroupsNamespaceSummary]

Returns the value of attribute rule_groups_namespaces.

Returns:



489
490
491
# File 'sig/types.rbs', line 489

def rule_groups_namespaces
  @rule_groups_namespaces
end