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)


610
611
612
# File 'sig/types.rbs', line 610

def eval_action_name
  @eval_action_name
end

#eval_decision"allowed", ...

Returns the value of attribute eval_decision.

Returns:

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


612
613
614
# File 'sig/types.rbs', line 612

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")])


617
618
619
# File 'sig/types.rbs', line 617

def eval_decision_details
  @eval_decision_details
end

#eval_resource_name::String

Returns the value of attribute eval_resource_name.

Returns:

  • (::String)


611
612
613
# File 'sig/types.rbs', line 611

def eval_resource_name
  @eval_resource_name
end

#matched_statements::Array[Types::Statement]

Returns the value of attribute matched_statements.

Returns:



613
614
615
# File 'sig/types.rbs', line 613

def matched_statements
  @matched_statements
end

#missing_context_values::Array[::String]

Returns the value of attribute missing_context_values.

Returns:

  • (::Array[::String])


614
615
616
# File 'sig/types.rbs', line 614

def missing_context_values
  @missing_context_values
end

#organizations_decision_detailTypes::OrganizationsDecisionDetail

Returns the value of attribute organizations_decision_detail.



615
616
617
# File 'sig/types.rbs', line 615

def organizations_decision_detail
  @organizations_decision_detail
end

#permissions_boundary_decision_detailTypes::PermissionsBoundaryDecisionDetail

Returns the value of attribute permissions_boundary_decision_detail.



616
617
618
# File 'sig/types.rbs', line 616

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:



618
619
620
# File 'sig/types.rbs', line 618

def resource_specific_results
  @resource_specific_results
end