Class: Aws::SecretsManager::Types::UpdateSecretResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecretsManager::Types::UpdateSecretResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-secretsmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the secret that was updated.
-
#name ⇒ String
The name of the secret that was updated.
-
#version_id ⇒ String
If Secrets Manager created a new version of the secret during this operation, then ‘VersionId` contains the unique identifier of the new version.
Instance Attribute Details
#arn ⇒ String
The ARN of the secret that was updated.
2358 2359 2360 2361 2362 2363 2364 |
# File 'lib/aws-sdk-secretsmanager/types.rb', line 2358 class UpdateSecretResponse < Struct.new( :arn, :name, :version_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the secret that was updated.
2358 2359 2360 2361 2362 2363 2364 |
# File 'lib/aws-sdk-secretsmanager/types.rb', line 2358 class UpdateSecretResponse < Struct.new( :arn, :name, :version_id) SENSITIVE = [] include Aws::Structure end |
#version_id ⇒ String
If Secrets Manager created a new version of the secret during this operation, then ‘VersionId` contains the unique identifier of the new version.
2358 2359 2360 2361 2362 2363 2364 |
# File 'lib/aws-sdk-secretsmanager/types.rb', line 2358 class UpdateSecretResponse < Struct.new( :arn, :name, :version_id) SENSITIVE = [] include Aws::Structure end |