Method: Awspec::Type::Efs#initialize
- Defined in:
- lib/awspec/type/efs.rb
#initialize(file_system_id) ⇒ Efs
Returns a new instance of Efs.
5 6 7 8 |
# File 'lib/awspec/type/efs.rb', line 5 def initialize(file_system_id) super @display_name = file_system_id end |