Class: Aws::Types::CreateAutonomousDatabaseWalletInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:password])

Instance Attribute Summary collapse

Instance Attribute Details

#autonomous_database_id::String

Returns the value of attribute autonomous_database_id.

Returns:

  • (::String)


813
814
815
# File 'sig/types.rbs', line 813

def autonomous_database_id
  @autonomous_database_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


818
819
820
# File 'sig/types.rbs', line 818

def client_token
  @client_token
end

#password::String

Returns the value of attribute password.

Returns:

  • (::String)


815
816
817
# File 'sig/types.rbs', line 815

def password
  @password
end

#password_source"CUSTOMER_MANAGED_AWS_SECRET", "API_REQUEST_PARAMETER"

Returns the value of attribute password_source.

Returns:

  • ("CUSTOMER_MANAGED_AWS_SECRET", "API_REQUEST_PARAMETER")


816
817
818
# File 'sig/types.rbs', line 816

def password_source
  @password_source
end

#password_source_configurationTypes::WalletPasswordSourceConfigurationInput

Returns the value of attribute password_source_configuration.



817
818
819
# File 'sig/types.rbs', line 817

def password_source_configuration
  @password_source_configuration
end

#wallet_type"REGIONAL", "INSTANCE"

Returns the value of attribute wallet_type.

Returns:

  • ("REGIONAL", "INSTANCE")


814
815
816
# File 'sig/types.rbs', line 814

def wallet_type
  @wallet_type
end