Class: Aws::Types::AuthConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_metadataTypes::AuthenticationMetadata

Returns the value of attribute authentication_metadata.



770
771
772
# File 'sig/types.rbs', line 770

def 
  @authentication_metadata
end

#authentication_type"BASIC", ...

Returns the value of attribute authentication_type.

Returns:

  • ("BASIC", "API_KEY", "OAUTH2_CLIENT_CREDENTIALS", "NONE", "IAM", "OAUTH2_AUTHORIZATION_CODE")


769
770
771
# File 'sig/types.rbs', line 769

def authentication_type
  @authentication_type
end