Class: Aws::Types::AuthenticationConfigurationPatch

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:basic_authentication_credentials])

Instance Attribute Summary collapse

Instance Attribute Details

#basic_authentication_credentialsTypes::BasicAuthenticationCredentials

Returns the value of attribute basic_authentication_credentials.



432
433
434
# File 'sig/types.rbs', line 432

def basic_authentication_credentials
  @basic_authentication_credentials
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


431
432
433
# File 'sig/types.rbs', line 431

def secret_arn
  @secret_arn
end