Class: Aws::Types::TestInvokeAuthorizerRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authorizer_name::String

Returns the value of attribute authorizer_name.

Returns:

  • (::String)


4729
4730
4731
# File 'sig/types.rbs', line 4729

def authorizer_name
  @authorizer_name
end

#http_contextTypes::HttpContext

Returns the value of attribute http_context.

Returns:



4732
4733
4734
# File 'sig/types.rbs', line 4732

def http_context
  @http_context
end

#mqtt_contextTypes::MqttContext

Returns the value of attribute mqtt_context.

Returns:



4733
4734
4735
# File 'sig/types.rbs', line 4733

def mqtt_context
  @mqtt_context
end

#tls_contextTypes::TlsContext

Returns the value of attribute tls_context.

Returns:



4734
4735
4736
# File 'sig/types.rbs', line 4734

def tls_context
  @tls_context
end

#token::String

Returns the value of attribute token.

Returns:

  • (::String)


4730
4731
4732
# File 'sig/types.rbs', line 4730

def token
  @token
end

#token_signature::String

Returns the value of attribute token_signature.

Returns:

  • (::String)


4731
4732
4733
# File 'sig/types.rbs', line 4731

def token_signature
  @token_signature
end