Class: Himari::Aws::SecretsmanagerSigningKeyRotationHandler::RotationRequest
- Inherits:
-
Struct
- Object
- Struct
- Himari::Aws::SecretsmanagerSigningKeyRotationHandler::RotationRequest
- Defined in:
- lib/himari/aws/secretsmanager_signing_key_rotation_handler.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#secret ⇒ Object
Returns the value of attribute secret.
-
#step ⇒ Object
Returns the value of attribute step.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
11 12 13 |
# File 'lib/himari/aws/secretsmanager_signing_key_rotation_handler.rb', line 11 def id @id end |
#secret ⇒ Object
Returns the value of attribute secret
11 12 13 |
# File 'lib/himari/aws/secretsmanager_signing_key_rotation_handler.rb', line 11 def secret @secret end |
#step ⇒ Object
Returns the value of attribute step
11 12 13 |
# File 'lib/himari/aws/secretsmanager_signing_key_rotation_handler.rb', line 11 def step @step end |
#token ⇒ Object
Returns the value of attribute token
11 12 13 |
# File 'lib/himari/aws/secretsmanager_signing_key_rotation_handler.rb', line 11 def token @token end |