Class: Aws::Types::ScriptRuleStatement

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key_to_match::String

Returns the value of attribute key_to_match.

Returns:

  • (::String)


1262
1263
1264
# File 'sig/types.rbs', line 1262

def key_to_match
  @key_to_match
end

#script::String

Returns the value of attribute script.

Returns:

  • (::String)


1263
1264
1265
# File 'sig/types.rbs', line 1263

def script
  @script
end