Class: Ansible::Ruby::Modules::Ec2_vpc_vpn_facts
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Ec2_vpc_vpn_facts
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/amazon/ec2_vpc_vpn_facts.rb
Overview
Gather facts about VPN Connections in AWS.
Instance Method Summary collapse
-
#filters ⇒ Hash?
A dict of filters to apply.
-
#vpn_connection_ids ⇒ Object?
Get details of a specific VPN connections using vpn connection ID/IDs.
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
#filters ⇒ Hash?
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/ec2_vpc_vpn_facts.rb', line 12 attribute :filters |
#vpn_connection_ids ⇒ Object?
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/ec2_vpc_vpn_facts.rb', line 16 attribute :vpn_connection_ids |