Class: Aws::Types::AuthenticationMetadata

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

Returns the value of attribute none_connection_metadata.



779
780
781
# File 'sig/types.rbs', line 779

def 
  @none_connection_metadata
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


781
782
783
# File 'sig/types.rbs', line 781

def unknown
  @unknown
end