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

Instance Attribute Summary collapse

Instance Attribute Details

#childrenObject

Returns the value of attribute children

Returns:

  • (Object)

    the current value of children



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

def children
  @children
end

#defaultObject

Returns the value of attribute default

Returns:

  • (Object)

    the current value of default



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

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



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

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



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

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



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

def 
  @login_to_account_ecr_registry
end

#rootObject

Returns the value of attribute root

Returns:

  • (Object)

    the current value of root



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

def root
  @root
end