Class: Aws::Types::AuthenticationMetadata
- Inherits:
-
Object
- Object
- Aws::Types::AuthenticationMetadata
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: ApiKeyConnectionMetadata, AuthorizationCodeGrantMetadata, BasicAuthConnectionMetadata, ClientCredentialsGrantMetadata, IamConnectionMetadata, NoneConnectionMetadata, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_key_connection_metadata ⇒ Types::APIKeyConnectionMetadata
Returns the value of attribute api_key_connection_metadata.
-
#authorization_code_grant_metadata ⇒ Types::AuthorizationCodeGrantMetadata
Returns the value of attribute authorization_code_grant_metadata.
-
#basic_auth_connection_metadata ⇒ Types::BasicAuthConnectionMetadata
Returns the value of attribute basic_auth_connection_metadata.
-
#client_credentials_grant_metadata ⇒ Types::ClientCredentialsGrantMetadata
Returns the value of attribute client_credentials_grant_metadata.
-
#iam_connection_metadata ⇒ Types::IAMConnectionMetadata
Returns the value of attribute iam_connection_metadata.
-
#none_connection_metadata ⇒ Types::NoneConnectionMetadata
Returns the value of attribute none_connection_metadata.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#api_key_connection_metadata ⇒ Types::APIKeyConnectionMetadata
Returns the value of attribute api_key_connection_metadata.
778 779 780 |
# File 'sig/types.rbs', line 778 def @api_key_connection_metadata end |
#authorization_code_grant_metadata ⇒ Types::AuthorizationCodeGrantMetadata
Returns the value of attribute authorization_code_grant_metadata.
775 776 777 |
# File 'sig/types.rbs', line 775 def @authorization_code_grant_metadata end |
#basic_auth_connection_metadata ⇒ Types::BasicAuthConnectionMetadata
Returns the value of attribute basic_auth_connection_metadata.
777 778 779 |
# File 'sig/types.rbs', line 777 def @basic_auth_connection_metadata end |
#client_credentials_grant_metadata ⇒ Types::ClientCredentialsGrantMetadata
Returns the value of attribute client_credentials_grant_metadata.
776 777 778 |
# File 'sig/types.rbs', line 776 def @client_credentials_grant_metadata end |
#iam_connection_metadata ⇒ Types::IAMConnectionMetadata
Returns the value of attribute iam_connection_metadata.
780 781 782 |
# File 'sig/types.rbs', line 780 def @iam_connection_metadata end |
#none_connection_metadata ⇒ Types::NoneConnectionMetadata
Returns the value of attribute none_connection_metadata.
779 780 781 |
# File 'sig/types.rbs', line 779 def @none_connection_metadata end |
#unknown ⇒ Object
Returns the value of attribute unknown.
781 782 783 |
# File 'sig/types.rbs', line 781 def unknown @unknown end |