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)


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

def password_param
  @password_param
end

#uri::String

Returns the value of attribute uri.

Returns:

  • (::String)


1858
1859
1860
# File 'sig/types.rbs', line 1858

def uri
  @uri
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


1859
1860
1861
# File 'sig/types.rbs', line 1859

def username
  @username
end