Class: Aws::SecretsManager::Types::UpdateSecretVersionStageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecretsManager::Types::UpdateSecretVersionStageResponse
- 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.
Instance Attribute Details
#arn ⇒ String
The ARN of the secret that was updated.
2422 2423 2424 2425 2426 2427 |
# File 'lib/aws-sdk-secretsmanager/types.rb', line 2422 class UpdateSecretVersionStageResponse < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the secret that was updated.
2422 2423 2424 2425 2426 2427 |
# File 'lib/aws-sdk-secretsmanager/types.rb', line 2422 class UpdateSecretVersionStageResponse < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |