Class: Ansible::Ruby::Modules::Aws_waf_facts
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Aws_waf_facts
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/amazon/aws_waf_facts.rb
Overview
Retrieve facts for WAF ACLs, Rule , Conditions and Filters.
Instance Method Summary collapse
-
#name ⇒ String?
The name of a Web Application Firewall.
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
#name ⇒ String?
Returns The name of a Web Application Firewall.
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/aws_waf_facts.rb', line 12 attribute :name |