Class: Aws::Types::ReadAuthConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_metadataTypes::ReadAuthenticationMetadata

Returns the value of attribute authentication_metadata.



9101
9102
9103
# File 'sig/types.rbs', line 9101

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")


9100
9101
9102
# File 'sig/types.rbs', line 9100

def authentication_type
  @authentication_type
end