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.
9109 9110 9111 |
# File 'sig/types.rbs', line 9109 def @api_key_connection_metadata end |
#authorization_code_grant_metadata ⇒ Types::ReadAuthorizationCodeGrantMetadata
Returns the value of attribute authorization_code_grant_metadata.
9106 9107 9108 |
# File 'sig/types.rbs', line 9106 def @authorization_code_grant_metadata end |
#basic_auth_connection_metadata ⇒ Types::ReadBasicAuthConnectionMetadata
Returns the value of attribute basic_auth_connection_metadata.
9108 9109 9110 |
# File 'sig/types.rbs', line 9108 def @basic_auth_connection_metadata end |
#client_credentials_grant_metadata ⇒ Types::ReadClientCredentialsGrantMetadata
Returns the value of attribute client_credentials_grant_metadata.
9107 9108 9109 |
# File 'sig/types.rbs', line 9107 def @client_credentials_grant_metadata end |
#iam_connection_metadata ⇒ Types::ReadIamConnectionMetadata
Returns the value of attribute iam_connection_metadata.
9111 9112 9113 |
# File 'sig/types.rbs', line 9111 def @iam_connection_metadata end |
#none_connection_metadata ⇒ Types::ReadNoneConnectionMetadata
Returns the value of attribute none_connection_metadata.
9110 9111 9112 |
# File 'sig/types.rbs', line 9110 def @none_connection_metadata end |
#unknown ⇒ Object
Returns the value of attribute unknown.
9112 9113 9114 |
# File 'sig/types.rbs', line 9112 def unknown @unknown end |