Class: Aws::SecretsManager::Types::PutSecretValueResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) for the secret for which you just created a version.

Returns:

  • (String)


1446
1447
1448
1449
1450
1451
1452
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1446

class PutSecretValueResponse < Struct.new(
  :arn,
  :name,
  :version_id,
  :version_stages)
  include Aws::Structure
end

#nameString

The friendly name of the secret for which you just created or updated a version.

Returns:

  • (String)


1446
1447
1448
1449
1450
1451
1452
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1446

class PutSecretValueResponse < Struct.new(
  :arn,
  :name,
  :version_id,
  :version_stages)
  include Aws::Structure
end

#version_idString

The unique identifier of the version of the secret you just created or updated.

Returns:

  • (String)


1446
1447
1448
1449
1450
1451
1452
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1446

class PutSecretValueResponse < Struct.new(
  :arn,
  :name,
  :version_id,
  :version_stages)
  include Aws::Structure
end

#version_stagesArray<String>

The list of staging labels that are currently attached to this version of the secret. Staging labels are used to track a version as it progresses through the secret rotation process.

Returns:

  • (Array<String>)


1446
1447
1448
1449
1450
1451
1452
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1446

class PutSecretValueResponse < Struct.new(
  :arn,
  :name,
  :version_id,
  :version_stages)
  include Aws::Structure
end