Class: Aws::Types::InputSourceRequest

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)


1924
1925
1926
# File 'sig/types.rbs', line 1924

def password_param
  @password_param
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


1925
1926
1927
# File 'sig/types.rbs', line 1925

def url
  @url
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


1926
1927
1928
# File 'sig/types.rbs', line 1926

def username
  @username
end