Class: Aws::SecretsManager::Types::ExternalSecretRotationMetadataItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecretsManager::Types::ExternalSecretRotationMetadataItem
- 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
-
#key ⇒ String
The key that identifies the item.
-
#value ⇒ String
The value of the specified item.
Instance Attribute Details
#key ⇒ String
The key that identifies the item.
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 |
#value ⇒ String
The value of the specified item.
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 |