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)


3350
3351
3352
# File 'sig/types.rbs', line 3350

def copy_source_arn
  @copy_source_arn
end

#credential_pairTypes::CredentialPair

Returns the value of attribute credential_pair.



3349
3350
3351
# File 'sig/types.rbs', line 3349

def credential_pair
  @credential_pair
end

#key_pair_credentialsTypes::KeyPairCredentials

Returns the value of attribute key_pair_credentials.



3352
3353
3354
# File 'sig/types.rbs', line 3352

def key_pair_credentials
  @key_pair_credentials
end

#o_auth_client_credentialsTypes::OAuthClientCredentials

Returns the value of attribute o_auth_client_credentials.



3354
3355
3356
# File 'sig/types.rbs', line 3354

def o_auth_client_credentials
  @o_auth_client_credentials
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


3351
3352
3353
# File 'sig/types.rbs', line 3351

def secret_arn
  @secret_arn
end

#web_proxy_credentialsTypes::WebProxyCredentials

Returns the value of attribute web_proxy_credentials.



3353
3354
3355
# File 'sig/types.rbs', line 3353

def web_proxy_credentials
  @web_proxy_credentials
end