Class: Aws::Types::IsAuthorizedWithTokenOutput

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:



676
677
678
# File 'sig/types.rbs', line 676

def decision
  @decision
end

#determining_policies::Array[Types::DeterminingPolicyItem]

Returns the value of attribute determining_policies.

Returns:



677
678
679
# File 'sig/types.rbs', line 677

def determining_policies
  @determining_policies
end

#errors::Array[Types::EvaluationErrorItem]

Returns the value of attribute errors.

Returns:



678
679
680
# File 'sig/types.rbs', line 678

def errors
  @errors
end

#principalTypes::EntityIdentifier

Returns the value of attribute principal.

Returns:



679
680
681
# File 'sig/types.rbs', line 679

def principal
  @principal
end