Class: Aws::SecretsManager::Types::UpdateSecretVersionStageResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the secret that was updated.

Returns:

  • (String)


2334
2335
2336
2337
2338
2339
# File 'lib/aws-sdk-secretsmanager/types.rb', line 2334

class UpdateSecretVersionStageResponse < Struct.new(
  :arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the secret that was updated.

Returns:

  • (String)


2334
2335
2336
2337
2338
2339
# File 'lib/aws-sdk-secretsmanager/types.rb', line 2334

class UpdateSecretVersionStageResponse < Struct.new(
  :arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end