Class: Ansible::Ruby::Modules::Ec2_vpc_igw
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Ec2_vpc_igw
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/amazon/ec2_vpc_igw.rb
Overview
Manage an AWS VPC Internet gateway
Instance Method Summary collapse
-
#state ⇒ :present, ...
Create or terminate the IGW.
-
#vpc_id ⇒ Object
The VPC ID for the VPC in which to manage the Internet Gateway.
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
#state ⇒ :present, ...
Returns Create or terminate the IGW.
15 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/ec2_vpc_igw.rb', line 15 attribute :state |
#vpc_id ⇒ Object
Returns The VPC ID for the VPC in which to manage the Internet Gateway.
11 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/ec2_vpc_igw.rb', line 11 attribute :vpc_id |