Class: Aws::Types::InputSourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::InputSourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#password_param ⇒ ::String
Returns the value of attribute password_param.
-
#url ⇒ ::String
Returns the value of attribute url.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#password_param ⇒ ::String
Returns the value of attribute password_param.
1921 1922 1923 |
# File 'sig/types.rbs', line 1921 def password_param @password_param end |
#url ⇒ ::String
Returns the value of attribute url.
1922 1923 1924 |
# File 'sig/types.rbs', line 1922 def url @url end |
#username ⇒ ::String
Returns the value of attribute username.
1923 1924 1925 |
# File 'sig/types.rbs', line 1923 def username @username end |