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.



9477
9478
9479
# File 'sig/types.rbs', line 9477

def 
  @api_key_connection_metadata
end

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

Returns the value of attribute none_connection_metadata.



9478
9479
9480
# File 'sig/types.rbs', line 9478

def 
  @none_connection_metadata
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


9480
9481
9482
# File 'sig/types.rbs', line 9480

def unknown
  @unknown
end