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

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.

Returns:

  • (String)


1425
1426
1427
1428
1429
1430
1431
1432
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1425

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

#nameString

The name of the secret.

Returns:

  • (String)


1425
1426
1427
1428
1429
1430
1431
1432
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1425

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

#version_idString

The unique identifier of the version of the secret.

Returns:

  • (String)


1425
1426
1427
1428
1429
1430
1431
1432
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1425

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

#version_stagesArray<String>

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

Returns:

  • (Array<String>)


1425
1426
1427
1428
1429
1430
1431
1432
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1425

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