Class: Aws::Types::ReadAuthenticationMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ReadAuthenticationMetadata
- 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::ReadAPIKeyConnectionMetadata
Returns the value of attribute api_key_connection_metadata.
-
#authorization_code_grant_metadata ⇒ Types::ReadAuthorizationCodeGrantMetadata
Returns the value of attribute authorization_code_grant_metadata.
-
#basic_auth_connection_metadata ⇒ Types::ReadBasicAuthConnectionMetadata
Returns the value of attribute basic_auth_connection_metadata.
-
#client_credentials_grant_metadata ⇒ Types::ReadClientCredentialsGrantMetadata
Returns the value of attribute client_credentials_grant_metadata.
-
#iam_connection_metadata ⇒ Types::ReadIamConnectionMetadata
Returns the value of attribute iam_connection_metadata.
-
#none_connection_metadata ⇒ Types::ReadNoneConnectionMetadata
Returns the value of attribute none_connection_metadata.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#api_key_connection_metadata ⇒ Types::ReadAPIKeyConnectionMetadata
Returns the value of attribute api_key_connection_metadata.
9477 9478 9479 |
# File 'sig/types.rbs', line 9477 def @api_key_connection_metadata end |
#authorization_code_grant_metadata ⇒ Types::ReadAuthorizationCodeGrantMetadata
Returns the value of attribute authorization_code_grant_metadata.
9474 9475 9476 |
# File 'sig/types.rbs', line 9474 def @authorization_code_grant_metadata end |
#basic_auth_connection_metadata ⇒ Types::ReadBasicAuthConnectionMetadata
Returns the value of attribute basic_auth_connection_metadata.
9476 9477 9478 |
# File 'sig/types.rbs', line 9476 def @basic_auth_connection_metadata end |
#client_credentials_grant_metadata ⇒ Types::ReadClientCredentialsGrantMetadata
Returns the value of attribute client_credentials_grant_metadata.
9475 9476 9477 |
# File 'sig/types.rbs', line 9475 def @client_credentials_grant_metadata end |
#iam_connection_metadata ⇒ Types::ReadIamConnectionMetadata
Returns the value of attribute iam_connection_metadata.
9479 9480 9481 |
# File 'sig/types.rbs', line 9479 def @iam_connection_metadata end |
#none_connection_metadata ⇒ Types::ReadNoneConnectionMetadata
Returns the value of attribute none_connection_metadata.
9478 9479 9480 |
# File 'sig/types.rbs', line 9478 def @none_connection_metadata end |
#unknown ⇒ Object
Returns the value of attribute unknown.
9480 9481 9482 |
# File 'sig/types.rbs', line 9480 def unknown @unknown end |