Class: Middleman::AWSDeploy::InvalidateCloudfront::Opts

Inherits:
Struct
  • Object
show all
Defined in:
lib/middleman-aws-deploy/cloudfront-invalidate.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



13
14
15
# File 'lib/middleman-aws-deploy/cloudfront-invalidate.rb', line 13

def access_key_id
  @access_key_id
end

#distribution_idObject

Returns the value of attribute distribution_id

Returns:

  • (Object)

    the current value of distribution_id



13
14
15
# File 'lib/middleman-aws-deploy/cloudfront-invalidate.rb', line 13

def distribution_id
  @distribution_id
end

#secret_access_keyObject

Returns the value of attribute secret_access_key

Returns:

  • (Object)

    the current value of secret_access_key



13
14
15
# File 'lib/middleman-aws-deploy/cloudfront-invalidate.rb', line 13

def secret_access_key
  @secret_access_key
end