Class: Ansible::Ruby::Modules::Efs_facts

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/cloud/amazon/efs_facts.rb

Overview

Module searches Amazon EFS file systems

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#idString?

Returns ID of Amazon EFS.

Returns:

  • (String, nil)

    ID of Amazon EFS.



16
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/efs_facts.rb', line 16

attribute :id

#nameString?

Returns Creation Token of Amazon EFS file system.

Returns:

  • (String, nil)

    Creation Token of Amazon EFS file system.



12
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/efs_facts.rb', line 12

attribute :name

#tagsHash?

Returns List of tags of Amazon EFS. Should be defined as dictionary.

Returns:

  • (Hash, nil)

    List of tags of Amazon EFS. Should be defined as dictionary



20
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/efs_facts.rb', line 20

attribute :tags

#targetsArray<String>, ...

Returns list of targets on which to filter the returned results,result must match all of the specified targets, each of which can be a security group ID, a subnet ID or an IP address.

Returns:

  • (Array<String>, String, nil)

    list of targets on which to filter the returned results,result must match all of the specified targets, each of which can be a security group ID, a subnet ID or an IP address



24
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/efs_facts.rb', line 24

attribute :targets