Class: Aws::SecretsManager::Types::GetRandomPasswordResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-secretsmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:random_password]

Instance Attribute Summary collapse

Instance Attribute Details

#random_passwordString

A string with the password.

Returns:

  • (String)


806
807
808
809
810
# File 'lib/aws-sdk-secretsmanager/types.rb', line 806

class GetRandomPasswordResponse < Struct.new(
  :random_password)
  SENSITIVE = [:random_password]
  include Aws::Structure
end