Class: Dev::Aws::Account::Config

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#childrenObject

Returns the value of attribute children

Returns:

  • (Object)

    the current value of children



7
8
9
# File 'lib/firespring_dev_commands/aws/account.rb', line 7

def children
  @children
end

#defaultObject

Returns the value of attribute default

Returns:

  • (Object)

    the current value of default



7
8
9
# File 'lib/firespring_dev_commands/aws/account.rb', line 7

def default
  @default
end

#default_login_role_nameObject

Returns the value of attribute default_login_role_name

Returns:

  • (Object)

    the current value of default_login_role_name



7
8
9
# File 'lib/firespring_dev_commands/aws/account.rb', line 7

def 
  @default_login_role_name
end

#ecr_registry_idsObject

Returns the value of attribute ecr_registry_ids

Returns:

  • (Object)

    the current value of 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_registryObject

Returns the value of attribute login_to_account_ecr_registry

Returns:

  • (Object)

    the current value of login_to_account_ecr_registry



7
8
9
# File 'lib/firespring_dev_commands/aws/account.rb', line 7

def 
  @login_to_account_ecr_registry
end

#registryObject

Returns the value of attribute registry

Returns:

  • (Object)

    the current value of registry



7
8
9
# File 'lib/firespring_dev_commands/aws/account.rb', line 7

def registry
  @registry
end

#rootObject

Returns the value of attribute root

Returns:

  • (Object)

    the current value of root



7
8
9
# File 'lib/firespring_dev_commands/aws/account.rb', line 7

def root
  @root
end