Class: Aws::Types::GetRequestAuthorizationDetailsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#evaluations::Array[Types::Evaluation]

Returns the value of attribute evaluations.

Returns:



38
39
40
# File 'sig/types.rbs', line 38

def evaluations
  @evaluations
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


40
41
42
# File 'sig/types.rbs', line 40

def next_token
  @next_token
end

#policies::Array[Types::PolicyInfo]

Returns the value of attribute policies.

Returns:



39
40
41
# File 'sig/types.rbs', line 39

def policies
  @policies
end

#request_context::Hash[::String, untyped]

Returns the value of attribute request_context.

Returns:

  • (::Hash[::String, untyped])


37
38
39
# File 'sig/types.rbs', line 37

def request_context
  @request_context
end