Class: Aws::Types::CreateConnectionApiKeyAuthRequestParameters

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:api_key_value])

Instance Attribute Summary collapse

Instance Attribute Details

#api_key_name::String

Returns the value of attribute api_key_name.

Returns:

  • (::String)


202
203
204
# File 'sig/types.rbs', line 202

def api_key_name
  @api_key_name
end

#api_key_value::String

Returns the value of attribute api_key_value.

Returns:

  • (::String)


203
204
205
# File 'sig/types.rbs', line 203

def api_key_value
  @api_key_value
end