Class: Aws::SecretsManager::Types::RotateSecretResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecretsManager::Types::RotateSecretResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-secretsmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the secret.
-
#name ⇒ String
The name of the secret.
-
#version_id ⇒ String
The ID of the new version of the secret.
Instance Attribute Details
#arn ⇒ String
The ARN of the secret.
1789 1790 1791 1792 1793 1794 1795 |
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1789 class RotateSecretResponse < Struct.new( :arn, :name, :version_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the secret.
1789 1790 1791 1792 1793 1794 1795 |
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1789 class RotateSecretResponse < Struct.new( :arn, :name, :version_id) SENSITIVE = [] include Aws::Structure end |
#version_id ⇒ String
The ID of the new version of the secret.
1789 1790 1791 1792 1793 1794 1795 |
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1789 class RotateSecretResponse < Struct.new( :arn, :name, :version_id) SENSITIVE = [] include Aws::Structure end |