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.
837 838 839 |
# File 'sig/types.rbs', line 837 def @api_key_connection_metadata end |
#authorization_code_grant_metadata ⇒ Types::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_metadata ⇒ Types::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_metadata ⇒ Types::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_metadata ⇒ Types::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_metadata ⇒ Types::NoneConnectionMetadata
Returns the value of attribute none_connection_metadata.
838 839 840 |
# File 'sig/types.rbs', line 838 def @none_connection_metadata end |
#unknown ⇒ Object
Returns the value of attribute unknown.
840 841 842 |
# File 'sig/types.rbs', line 840 def unknown @unknown end |