Class: Aws::Types::CustomConnectorProfileCredentials

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyTypes::ApiKeyCredentials

Returns the value of attribute api_key.



364
365
366
# File 'sig/types.rbs', line 364

def api_key
  @api_key
end

#authentication_type"OAUTH2", ...

Returns the value of attribute authentication_type.

Returns:

  • ("OAUTH2", "APIKEY", "BASIC", "CUSTOM")


361
362
363
# File 'sig/types.rbs', line 361

def authentication_type
  @authentication_type
end

#basicTypes::BasicAuthCredentials

Returns the value of attribute basic.



362
363
364
# File 'sig/types.rbs', line 362

def basic
  @basic
end

#customTypes::CustomAuthCredentials

Returns the value of attribute custom.



365
366
367
# File 'sig/types.rbs', line 365

def custom
  @custom
end

#oauth2Types::OAuth2Credentials

Returns the value of attribute oauth2.



363
364
365
# File 'sig/types.rbs', line 363

def oauth2
  @oauth2
end