Class: Aws::Types::ReadAuthenticationMetadata

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::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_metadataTypes::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_metadataTypes::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_metadataTypes::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_metadataTypes::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_metadataTypes::ReadNoneConnectionMetadata

Returns the value of attribute none_connection_metadata.



9110
9111
9112
# File 'sig/types.rbs', line 9110

def 
  @none_connection_metadata
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


9112
9113
9114
# File 'sig/types.rbs', line 9112

def unknown
  @unknown
end