Class: Aws::Types::CredentialPair
- Inherits:
-
Object
- Object
- Aws::Types::CredentialPair
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alternate_data_source_parameters ⇒ ::Array[Types::DataSourceParameters]
Returns the value of attribute alternate_data_source_parameters.
-
#password ⇒ ::String
Returns the value of attribute password.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#alternate_data_source_parameters ⇒ ::Array[Types::DataSourceParameters]
Returns the value of attribute alternate_data_source_parameters.
2671 2672 2673 |
# File 'sig/types.rbs', line 2671 def alternate_data_source_parameters @alternate_data_source_parameters end |
#password ⇒ ::String
Returns the value of attribute password.
2670 2671 2672 |
# File 'sig/types.rbs', line 2670 def password @password end |
#username ⇒ ::String
Returns the value of attribute username.
2669 2670 2671 |
# File 'sig/types.rbs', line 2669 def username @username end |