Class: Aws::Types::TestInvokeAuthorizerResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authorization::Hash[::String, ::Array[::String]]

Returns the value of attribute authorization.

Returns:

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


1296
1297
1298
# File 'sig/types.rbs', line 1296

def authorization
  @authorization
end

#claims::Hash[::String, ::String]

Returns the value of attribute claims.

Returns:

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


1297
1298
1299
# File 'sig/types.rbs', line 1297

def claims
  @claims
end

#client_status::Integer

Returns the value of attribute client_status.

Returns:

  • (::Integer)


1291
1292
1293
# File 'sig/types.rbs', line 1291

def client_status
  @client_status
end

#latency::Integer

Returns the value of attribute latency.

Returns:

  • (::Integer)


1293
1294
1295
# File 'sig/types.rbs', line 1293

def latency
  @latency
end

#log::String

Returns the value of attribute log.

Returns:

  • (::String)


1292
1293
1294
# File 'sig/types.rbs', line 1292

def log
  @log
end

#policy::String

Returns the value of attribute policy.

Returns:

  • (::String)


1295
1296
1297
# File 'sig/types.rbs', line 1295

def policy
  @policy
end

#principal_id::String

Returns the value of attribute principal_id.

Returns:

  • (::String)


1294
1295
1296
# File 'sig/types.rbs', line 1294

def principal_id
  @principal_id
end