Class: Aws::Types::InputLocation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#password_param::String

Returns the value of attribute password_param.

Returns:

  • (::String)


1854
1855
1856
# File 'sig/types.rbs', line 1854

def password_param
  @password_param
end

#uri::String

Returns the value of attribute uri.

Returns:

  • (::String)


1855
1856
1857
# File 'sig/types.rbs', line 1855

def uri
  @uri
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


1856
1857
1858
# File 'sig/types.rbs', line 1856

def username
  @username
end