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, fix_inclusion, #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?
Returns Describe attributes (like launchPermission) of the images found.
27 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/ec2_ami_facts.rb', line 27 attribute :describe_image_attributes |
#executable_users ⇒ Object?
Returns Filter images by users with explicit launch permissions. Valid options are an AWS account ID, self, or all (public AMIs).
24 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/ec2_ami_facts.rb', line 24 attribute :executable_users |
#filters ⇒ Hash?
Returns A dict of filters to apply. Each dict item consists of a filter key and a filter value.,See U(docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeImages.html) for possible filters.,Filter names and values are case sensitive.
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/ec2_ami_facts.rb', line 16 attribute :filters |
#image_ids ⇒ String?
Returns One or more image IDs.
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/ec2_ami_facts.rb', line 12 attribute :image_ids |
#owners ⇒ String?
Returns Filter the images by the owner. Valid options are an AWS account ID, self,,or an AWS owner alias ( amazon | aws-marketplace | microsoft ).
20 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/ec2_ami_facts.rb', line 20 attribute :owners |