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.
1857 1858 1859 |
# File 'sig/types.rbs', line 1857 def password_param @password_param end |
#uri ⇒ ::String
Returns the value of attribute uri.
1858 1859 1860 |
# File 'sig/types.rbs', line 1858 def uri @uri end |
#username ⇒ ::String
Returns the value of attribute username.
1859 1860 1861 |
# File 'sig/types.rbs', line 1859 def username @username end |