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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#random_passwordString

A string with the generated password.

Returns:

  • (String)


726
727
728
729
# File 'lib/aws-sdk-secretsmanager/types.rb', line 726

class GetRandomPasswordResponse < Struct.new(
  :random_password)
  include Aws::Structure
end