Class: Aws::SecretsManager::Types::GetRandomPasswordResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecretsManager::Types::GetRandomPasswordResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-secretsmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:random_password]
Instance Attribute Summary collapse
-
#random_password ⇒ String
A string with the password.
Instance Attribute Details
#random_password ⇒ String
A string with the password.
818 819 820 821 822 |
# File 'lib/aws-sdk-secretsmanager/types.rb', line 818 class GetRandomPasswordResponse < Struct.new( :random_password) SENSITIVE = [:random_password] include Aws::Structure end |