Class: Aws::Types::ListCustomDetectionRuleAssociationsResponse

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)


1846
1847
1848
# File 'sig/types.rbs', line 1846

def next_token
  @next_token
end

#rule_associations::Array[Types::AssociationSummary]

Returns the value of attribute rule_associations.

Returns:



1845
1846
1847
# File 'sig/types.rbs', line 1845

def rule_associations
  @rule_associations
end