Class: Aws::Types::EvaluationResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#eval_action_name::String

Returns the value of attribute eval_action_name.

Returns:

  • (::String)


622
623
624
# File 'sig/types.rbs', line 622

def eval_action_name
  @eval_action_name
end

#eval_decision"allowed", ...

Returns the value of attribute eval_decision.

Returns:

  • ("allowed", "explicitDeny", "implicitDeny")


624
625
626
# File 'sig/types.rbs', line 624

def eval_decision
  @eval_decision
end

#eval_decision_details::Hash[::String, ("allowed" | "explicitDeny" | "implicitDeny")]

Returns the value of attribute eval_decision_details.

Returns:

  • (::Hash[::String, ("allowed" | "explicitDeny" | "implicitDeny")])


629
630
631
# File 'sig/types.rbs', line 629

def eval_decision_details
  @eval_decision_details
end

#eval_resource_name::String

Returns the value of attribute eval_resource_name.

Returns:

  • (::String)


623
624
625
# File 'sig/types.rbs', line 623

def eval_resource_name
  @eval_resource_name
end

#matched_statements::Array[Types::Statement]

Returns the value of attribute matched_statements.

Returns:



625
626
627
# File 'sig/types.rbs', line 625

def matched_statements
  @matched_statements
end

#missing_context_values::Array[::String]

Returns the value of attribute missing_context_values.

Returns:

  • (::Array[::String])


626
627
628
# File 'sig/types.rbs', line 626

def missing_context_values
  @missing_context_values
end

#organizations_decision_detailTypes::OrganizationsDecisionDetail

Returns the value of attribute organizations_decision_detail.



627
628
629
# File 'sig/types.rbs', line 627

def organizations_decision_detail
  @organizations_decision_detail
end

#permissions_boundary_decision_detailTypes::PermissionsBoundaryDecisionDetail

Returns the value of attribute permissions_boundary_decision_detail.



628
629
630
# File 'sig/types.rbs', line 628

def permissions_boundary_decision_detail
  @permissions_boundary_decision_detail
end

#resource_specific_results::Array[Types::ResourceSpecificResult]

Returns the value of attribute resource_specific_results.

Returns:



630
631
632
# File 'sig/types.rbs', line 630

def resource_specific_results
  @resource_specific_results
end