Class: Aws::Types::InputLocation
- Inherits:
-
Object
- Object
- Aws::Types::InputLocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#password_param ⇒ ::String
Returns the value of attribute password_param.
-
#uri ⇒ ::String
Returns the value of attribute uri.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#password_param ⇒ ::String
Returns the value of attribute password_param.
1854 1855 1856 |
# File 'sig/types.rbs', line 1854 def password_param @password_param end |
#uri ⇒ ::String
Returns the value of attribute uri.
1855 1856 1857 |
# File 'sig/types.rbs', line 1855 def uri @uri end |
#username ⇒ ::String
Returns the value of attribute username.
1856 1857 1858 |
# File 'sig/types.rbs', line 1856 def username @username end |