Class: Aws::Types::WalletPasswordSourceConfiguration

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

Defined Under Namespace

Classes: CustomerManagedAwsSecret, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#customer_managed_aws_secretTypes::CustomerManagedAwsSecretConfiguration

Returns the value of attribute customer_managed_aws_secret.



2657
2658
2659
# File 'sig/types.rbs', line 2657

def customer_managed_aws_secret
  @customer_managed_aws_secret
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


2658
2659
2660
# File 'sig/types.rbs', line 2658

def unknown
  @unknown
end