Class: Aws::Types::AdminPasswordSourceConfiguration

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.



25
26
27
# File 'sig/types.rbs', line 25

def customer_managed_aws_secret
  @customer_managed_aws_secret
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


26
27
28
# File 'sig/types.rbs', line 26

def unknown
  @unknown
end