Class: Aws::Types::IsAuthorizedOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#decision"ALLOW", "DENY"

Returns the value of attribute decision.

Returns:

  • ("ALLOW", "DENY")


658
659
660
# File 'sig/types.rbs', line 658

def decision
  @decision
end

#determining_policies::Array[Types::DeterminingPolicyItem]

Returns the value of attribute determining_policies.

Returns:



659
660
661
# File 'sig/types.rbs', line 659

def determining_policies
  @determining_policies
end

#errors::Array[Types::EvaluationErrorItem]

Returns the value of attribute errors.

Returns:



660
661
662
# File 'sig/types.rbs', line 660

def errors
  @errors
end