Class: Aws::Types::AssetBundleImportJobDataSourceCredentialPair

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#password::String

Returns the value of attribute password.

Returns:

  • (::String)


581
582
583
# File 'sig/types.rbs', line 581

def password
  @password
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


580
581
582
# File 'sig/types.rbs', line 580

def username
  @username
end