Class: Aws::Types::AuthenticationMetadata

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

Defined Under Namespace

Classes: ApiKeyConnectionMetadata, AuthorizationCodeGrantMetadata, BasicAuthConnectionMetadata, ClientCredentialsGrantMetadata, IamConnectionMetadata, NoneConnectionMetadata, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_key_connection_metadataTypes::APIKeyConnectionMetadata

Returns the value of attribute api_key_connection_metadata.



837
838
839
# File 'sig/types.rbs', line 837

def 
  @api_key_connection_metadata
end

#authorization_code_grant_metadataTypes::AuthorizationCodeGrantMetadata

Returns the value of attribute authorization_code_grant_metadata.



834
835
836
# File 'sig/types.rbs', line 834

def 
  @authorization_code_grant_metadata
end

#basic_auth_connection_metadataTypes::BasicAuthConnectionMetadata

Returns the value of attribute basic_auth_connection_metadata.



836
837
838
# File 'sig/types.rbs', line 836

def 
  @basic_auth_connection_metadata
end

#client_credentials_grant_metadataTypes::ClientCredentialsGrantMetadata

Returns the value of attribute client_credentials_grant_metadata.



835
836
837
# File 'sig/types.rbs', line 835

def 
  @client_credentials_grant_metadata
end

#iam_connection_metadataTypes::IAMConnectionMetadata

Returns the value of attribute iam_connection_metadata.



839
840
841
# File 'sig/types.rbs', line 839

def 
  @iam_connection_metadata
end

#none_connection_metadataTypes::NoneConnectionMetadata

Returns the value of attribute none_connection_metadata.



838
839
840
# File 'sig/types.rbs', line 838

def 
  @none_connection_metadata
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


840
841
842
# File 'sig/types.rbs', line 840

def unknown
  @unknown
end