Class: Aws::Types::AuthenticationConfigurationInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:custom_authentication_credentials])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_type"BASIC", ...

Returns the value of attribute authentication_type.

Returns:

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


180
181
182
# File 'sig/types.rbs', line 180

def authentication_type
  @authentication_type
end

#basic_authentication_credentialsTypes::BasicAuthenticationCredentials

Returns the value of attribute basic_authentication_credentials.



184
185
186
# File 'sig/types.rbs', line 184

def basic_authentication_credentials
  @basic_authentication_credentials
end

#custom_authentication_credentials::Hash[::String, ::String]

Returns the value of attribute custom_authentication_credentials.

Returns:

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


185
186
187
# File 'sig/types.rbs', line 185

def custom_authentication_credentials
  @custom_authentication_credentials
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


183
184
185
# File 'sig/types.rbs', line 183

def kms_key_arn
  @kms_key_arn
end

#o_auth_2_propertiesTypes::OAuth2PropertiesInput

Returns the value of attribute o_auth_2_properties.



181
182
183
# File 'sig/types.rbs', line 181

def o_auth_2_properties
  @o_auth_2_properties
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


182
183
184
# File 'sig/types.rbs', line 182

def secret_arn
  @secret_arn
end