Class: Aws::SecretsManager::Types::DescribeSecretRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecretsManager::Types::DescribeSecretRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-secretsmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#secret_id ⇒ String
The ARN or name of the secret.
Instance Attribute Details
#secret_id ⇒ String
The ARN or name of the secret.
For an ARN, we recommend that you specify a complete ARN rather than a partial ARN. See [Finding a secret from a partial ARN].
[1]: docs.aws.amazon.com/secretsmanager/latest/userguide/troubleshoot.html#ARN_secretnamehyphen
513 514 515 516 517 |
# File 'lib/aws-sdk-secretsmanager/types.rb', line 513 class DescribeSecretRequest < Struct.new( :secret_id) SENSITIVE = [] include Aws::Structure end |