Class: Himari::Aws::SecretsmanagerSigningKeyRotationHandler::RotationRequest

Inherits:
Struct
  • Object
show all
Defined in:
lib/himari/aws/secretsmanager_signing_key_rotation_handler.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

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

#secretObject

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

#stepObject

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

#tokenObject

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