Class: Ansible::Ruby::Modules::Ec2_snapshot_facts
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Ec2_snapshot_facts
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/amazon/ec2_snapshot_facts.rb
Instance Method Summary collapse
-
#filters ⇒ Object?
A dict of filters to apply.
-
#owner_ids ⇒ Object?
If you specify one or more snapshot owners, only snapshots from the specified owners and for which you have access are returned.
-
#restorable_by_user_ids ⇒ Object?
If you specify a list of restorable users, only snapshots with create snapshot permissions for those users are returned.
-
#snapshot_ids ⇒ Object?
If you specify one or more snapshot IDs, only snapshots that have the specified IDs are returned.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#filters ⇒ Object?
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_DescribeSnapshots.html) for possible filters. Filter names and values are case sensitive.
19 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/ec2_snapshot_facts.rb', line 19 attribute :filters |
#owner_ids ⇒ Object?
Returns If you specify one or more snapshot owners, only snapshots from the specified owners and for which you have access are returned.
13 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/ec2_snapshot_facts.rb', line 13 attribute :owner_ids |
#restorable_by_user_ids ⇒ Object?
Returns If you specify a list of restorable users, only snapshots with create snapshot permissions for those users are returned.
16 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/ec2_snapshot_facts.rb', line 16 attribute :restorable_by_user_ids |
#snapshot_ids ⇒ Object?
Returns If you specify one or more snapshot IDs, only snapshots that have the specified IDs are returned.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/ec2_snapshot_facts.rb', line 10 attribute :snapshot_ids |