Class: App::AWSCredentials
- Inherits:
-
Object
- Object
- App::AWSCredentials
- Defined in:
- lib/aws/aws_credentials.rb
Instance Attribute Summary collapse
-
#aws_key ⇒ Object
Returns the value of attribute aws_key.
-
#aws_secret ⇒ Object
Returns the value of attribute aws_secret.
-
#output ⇒ Object
Returns the value of attribute output.
-
#region ⇒ Object
Returns the value of attribute region.
Instance Attribute Details
#aws_key ⇒ Object
Returns the value of attribute aws_key.
5 6 7 |
# File 'lib/aws/aws_credentials.rb', line 5 def aws_key @aws_key end |
#aws_secret ⇒ Object
Returns the value of attribute aws_secret.
5 6 7 |
# File 'lib/aws/aws_credentials.rb', line 5 def aws_secret @aws_secret end |
#output ⇒ Object
Returns the value of attribute output.
5 6 7 |
# File 'lib/aws/aws_credentials.rb', line 5 def output @output end |
#region ⇒ Object
Returns the value of attribute region.
5 6 7 |
# File 'lib/aws/aws_credentials.rb', line 5 def region @region end |