Class: Aws::Types::ListSafetyRulesResponse

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)


287
288
289
# File 'sig/types.rbs', line 287

def next_token
  @next_token
end

#safety_rules ⇒ ::Array[Types::Rule]

Returns the value of attribute safety_rules.

Returns:



288
289
290
# File 'sig/types.rbs', line 288

def safety_rules
  @safety_rules
end