Class: Aws::Types::AuthResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allowedTypes::Allowed

Returns the value of attribute allowed.

Returns:



297
298
299
# File 'sig/types.rbs', line 297

def allowed
  @allowed
end

#auth_decision"ALLOWED", ...

Returns the value of attribute auth_decision.

Returns:

  • ("ALLOWED", "EXPLICIT_DENY", "IMPLICIT_DENY")


299
300
301
# File 'sig/types.rbs', line 299

def auth_decision
  @auth_decision
end

#auth_infoTypes::AuthInfo

Returns the value of attribute auth_info.

Returns:



296
297
298
# File 'sig/types.rbs', line 296

def auth_info
  @auth_info
end

#deniedTypes::Denied

Returns the value of attribute denied.

Returns:



298
299
300
# File 'sig/types.rbs', line 298

def denied
  @denied
end

#missing_context_values::Array[::String]

Returns the value of attribute missing_context_values.

Returns:

  • (::Array[::String])


300
301
302
# File 'sig/types.rbs', line 300

def missing_context_values
  @missing_context_values
end