Class: Dev::Aws::Account::Config
- Defined in:
- lib/firespring_dev_commands/aws/account.rb
Overview
Config object for setting top level Aws account config options TODO: registry is deprecated and should be removed on the next major release
Instance Attribute Summary collapse
-
#children ⇒ Object
Returns the value of attribute children.
-
#default ⇒ Object
Returns the value of attribute default.
-
#default_login_role_name ⇒ Object
Returns the value of attribute default_login_role_name.
-
#ecr_registry_ids ⇒ Object
Returns the value of attribute ecr_registry_ids.
-
#login_to_account_ecr_registry ⇒ Object
Returns the value of attribute login_to_account_ecr_registry.
-
#registry ⇒ Object
Returns the value of attribute registry.
-
#root ⇒ Object
Returns the value of attribute root.
Instance Attribute Details
#children ⇒ Object
Returns the value of attribute children
7 8 9 |
# File 'lib/firespring_dev_commands/aws/account.rb', line 7 def children @children end |
#default ⇒ Object
Returns the value of attribute default
7 8 9 |
# File 'lib/firespring_dev_commands/aws/account.rb', line 7 def default @default end |
#default_login_role_name ⇒ Object
Returns the value of attribute default_login_role_name
7 8 9 |
# File 'lib/firespring_dev_commands/aws/account.rb', line 7 def default_login_role_name @default_login_role_name end |
#ecr_registry_ids ⇒ Object
Returns the value of attribute ecr_registry_ids
7 8 9 |
# File 'lib/firespring_dev_commands/aws/account.rb', line 7 def ecr_registry_ids @ecr_registry_ids end |
#login_to_account_ecr_registry ⇒ Object
Returns the value of attribute login_to_account_ecr_registry
7 8 9 |
# File 'lib/firespring_dev_commands/aws/account.rb', line 7 def login_to_account_ecr_registry @login_to_account_ecr_registry end |
#registry ⇒ Object
Returns the value of attribute registry
7 8 9 |
# File 'lib/firespring_dev_commands/aws/account.rb', line 7 def registry @registry end |