Class: Aws::Types::DataSourceCredentials

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#copy_source_arn::String

Returns the value of attribute copy_source_arn.

Returns:

  • (::String)


3481
3482
3483
# File 'sig/types.rbs', line 3481

def copy_source_arn
  @copy_source_arn
end

#credential_pairTypes::CredentialPair

Returns the value of attribute credential_pair.



3480
3481
3482
# File 'sig/types.rbs', line 3480

def credential_pair
  @credential_pair
end

#key_pair_credentialsTypes::KeyPairCredentials

Returns the value of attribute key_pair_credentials.



3483
3484
3485
# File 'sig/types.rbs', line 3483

def key_pair_credentials
  @key_pair_credentials
end

#o_auth_client_credentialsTypes::OAuthClientCredentials

Returns the value of attribute o_auth_client_credentials.



3485
3486
3487
# File 'sig/types.rbs', line 3485

def o_auth_client_credentials
  @o_auth_client_credentials
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


3482
3483
3484
# File 'sig/types.rbs', line 3482

def secret_arn
  @secret_arn
end

#web_proxy_credentialsTypes::WebProxyCredentials

Returns the value of attribute web_proxy_credentials.



3484
3485
3486
# File 'sig/types.rbs', line 3484

def web_proxy_credentials
  @web_proxy_credentials
end