Class: Aws::SecretsManager::Types::UpdateSecretResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-secretsmanager/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)


2296
2297
2298
2299
2300
2301
2302
# File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 2296

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

#nameString

The name of the secret that was updated.

Returns:

  • (String)


2296
2297
2298
2299
2300
2301
2302
# File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 2296

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

#version_idString

If Secrets Manager created a new version of the secret during this operation, then VersionId contains the unique identifier of the new version.

Returns:

  • (String)


2296
2297
2298
2299
2300
2301
2302
# File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 2296

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