Class: AwsRotate::OldKey

Inherits:
Struct
  • Object
show all
Defined in:
lib/aws_rotate/old_key.rb

Instance Attribute Summary collapse

Instance Attribute Details

#access_key_idObject

Returns the value of attribute access_key_id

Returns:

  • (Object)

    the current value of access_key_id



2
3
4
# File 'lib/aws_rotate/old_key.rb', line 2

def access_key_id
  @access_key_id
end

#old_key_idObject

Returns the value of attribute old_key_id

Returns:

  • (Object)

    the current value of old_key_id



2
3
4
# File 'lib/aws_rotate/old_key.rb', line 2

def old_key_id
  @old_key_id
end

#secret_access_keyObject

Returns the value of attribute secret_access_key

Returns:

  • (Object)

    the current value of secret_access_key



2
3
4
# File 'lib/aws_rotate/old_key.rb', line 2

def secret_access_key
  @secret_access_key
end