Class: Aws::SecretsManager::Types::ExternalSecretRotationMetadataItem

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

Overview

The metadata needed to successfully rotate a managed external secret. A list of key value pairs in JSON format specified by the partner. For more information, see Managed external secret partners.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The key that identifies the item.

Returns:

  • (String)


773
774
775
776
777
778
# File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 773

class ExternalSecretRotationMetadataItem < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value of the specified item.

Returns:

  • (String)


773
774
775
776
777
778
# File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 773

class ExternalSecretRotationMetadataItem < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end