Class: Middleman::AWSDeploy::InvalidateCloudfront::Opts
- Inherits:
-
Struct
- Object
- Struct
- Middleman::AWSDeploy::InvalidateCloudfront::Opts
- Defined in:
- lib/middleman-aws-deploy/cloudfront-invalidate.rb
Instance Attribute Summary collapse
-
#access_key_id ⇒ Object
Returns the value of attribute access_key_id.
-
#distribution_id ⇒ Object
Returns the value of attribute distribution_id.
-
#secret_access_key ⇒ Object
Returns the value of attribute secret_access_key.
Instance Attribute Details
#access_key_id ⇒ Object
Returns the value of attribute 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_id ⇒ Object
Returns the value of attribute distribution_id
13 14 15 |
# File 'lib/middleman-aws-deploy/cloudfront-invalidate.rb', line 13 def distribution_id @distribution_id end |
#secret_access_key ⇒ Object
Returns the value of attribute secret_access_key
13 14 15 |
# File 'lib/middleman-aws-deploy/cloudfront-invalidate.rb', line 13 def secret_access_key @secret_access_key end |