Class: Aws::Types::AdminPasswordSourceConfigurationInput

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::CustomerManagedAwsSecretConfigurationInput

Returns the value of attribute customer_managed_aws_secret.



36
37
38
# File 'sig/types.rbs', line 36

def customer_managed_aws_secret
  @customer_managed_aws_secret
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


37
38
39
# File 'sig/types.rbs', line 37

def unknown
  @unknown
end