Class: Aws::Types::ServiceAccountCredentials

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:account_name, :account_password])

Instance Attribute Summary collapse

Instance Attribute Details

#account_name::String

Returns the value of attribute account_name.

Returns:

  • (::String)


1355
1356
1357
# File 'sig/types.rbs', line 1355

def 
  @account_name
end

#account_password::String

Returns the value of attribute account_password.

Returns:

  • (::String)


1356
1357
1358
# File 'sig/types.rbs', line 1356

def 
  @account_password
end