Class: Aws::Types::Evaluation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action::String

Returns the value of attribute action.

Returns:

  • (::String)


22
23
24
# File 'sig/types.rbs', line 22

def action
  @action
end

#context::Hash[::String, untyped]

Returns the value of attribute context.

Returns:

  • (::Hash[::String, untyped])


24
25
26
# File 'sig/types.rbs', line 24

def context
  @context
end

#evaluated_effect"ALLOW", ...

Returns the value of attribute evaluated_effect.

Returns:

  • ("ALLOW", "EXPLICIT_DENY", "IMPLICIT_DENY")


25
26
27
# File 'sig/types.rbs', line 25

def evaluated_effect
  @evaluated_effect
end

#matched_policies::Array[Types::MatchedPolicy]

Returns the value of attribute matched_policies.

Returns:



26
27
28
# File 'sig/types.rbs', line 26

def matched_policies
  @matched_policies
end

#resource::String

Returns the value of attribute resource.

Returns:

  • (::String)


23
24
25
# File 'sig/types.rbs', line 23

def resource
  @resource
end