Class: Aws::Types::WalletPasswordSourceSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#password_source"CUSTOMER_MANAGED_AWS_SECRET", "API_REQUEST_PARAMETER"

Returns the value of attribute password_source.

Returns:

  • ("CUSTOMER_MANAGED_AWS_SECRET", "API_REQUEST_PARAMETER")


2679
2680
2681
# File 'sig/types.rbs', line 2679

def password_source
  @password_source
end

#password_source_configurationTypes::WalletPasswordSourceConfiguration

Returns the value of attribute password_source_configuration.



2680
2681
2682
# File 'sig/types.rbs', line 2680

def password_source_configuration
  @password_source_configuration
end