Class: Ansible::Ruby::Modules::Ec2_ami_facts
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Ec2_ami_facts
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/amazon/ec2_ami_facts.rb
Overview
Gather facts about ec2 AMIs
Instance Method Summary collapse
-
#describe_image_attributes ⇒ Symbol?
Describe attributes (like launchPermission) of the images found.
-
#executable_users ⇒ Object?
Filter images by users with explicit launch permissions.
-
#filters ⇒ Hash?
A dict of filters to apply.
-
#image_ids ⇒ String?
One or more image IDs.
-
#owners ⇒ String?
Filter the images by the owner.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#describe_image_attributes ⇒ Symbol?
27 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/ec2_ami_facts.rb', line 27 attribute :describe_image_attributes |
#executable_users ⇒ Object?
24 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/ec2_ami_facts.rb', line 24 attribute :executable_users |
#filters ⇒ Hash?
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/ec2_ami_facts.rb', line 16 attribute :filters |
#image_ids ⇒ String?
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/ec2_ami_facts.rb', line 12 attribute :image_ids |
#owners ⇒ String?
20 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/ec2_ami_facts.rb', line 20 attribute :owners |