Class: Aws::Types::MatchedStatement

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#evaluated_effect"ALLOW", "DENY"

Returns the value of attribute evaluated_effect.

Returns:

  • ("ALLOW", "DENY")


57
58
59
# File 'sig/types.rbs', line 57

def evaluated_effect
  @evaluated_effect
end

#sid::String

Returns the value of attribute sid.

Returns:

  • (::String)


56
57
58
# File 'sig/types.rbs', line 56

def sid
  @sid
end