Class: Aws::Types::ResourceSpecificResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns the value of attribute eval_decision_details.

Returns:

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


1852
1853
1854
# File 'sig/types.rbs', line 1852

def eval_decision_details
  @eval_decision_details
end

#eval_resource_decision"allowed", ...

Returns the value of attribute eval_resource_decision.

Returns:

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


1849
1850
1851
# File 'sig/types.rbs', line 1849

def eval_resource_decision
  @eval_resource_decision
end

#eval_resource_name::String

Returns the value of attribute eval_resource_name.

Returns:

  • (::String)


1848
1849
1850
# File 'sig/types.rbs', line 1848

def eval_resource_name
  @eval_resource_name
end

#matched_statements::Array[Types::Statement]

Returns the value of attribute matched_statements.

Returns:



1850
1851
1852
# File 'sig/types.rbs', line 1850

def matched_statements
  @matched_statements
end

#missing_context_values::Array[::String]

Returns the value of attribute missing_context_values.

Returns:

  • (::Array[::String])


1851
1852
1853
# File 'sig/types.rbs', line 1851

def missing_context_values
  @missing_context_values
end

#permissions_boundary_decision_detailTypes::PermissionsBoundaryDecisionDetail

Returns the value of attribute permissions_boundary_decision_detail.



1853
1854
1855
# File 'sig/types.rbs', line 1853

def permissions_boundary_decision_detail
  @permissions_boundary_decision_detail
end