Class: Aws::Types::ListRuleNamesByTargetResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.



832
833
834
# File 'sig/types.rbs', line 832

def next_token
  @next_token
end

#rule_names::Array[::String]

Returns the value of attribute rule_names.



831
832
833
# File 'sig/types.rbs', line 831

def rule_names
  @rule_names
end