Class: Ansible::Ruby::Modules::Rds_subnet_group
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Rds_subnet_group
- Defined in:
- lib/ansible/ruby/modules/generated/core/cloud/amazon/rds_subnet_group.rb
Instance Method Summary collapse
-
#description ⇒ String?
Database subnet group description.
-
#name ⇒ String
Database subnet group identifier.
-
#state ⇒ :present, :absent
Specifies whether the subnet should be present or absent.
-
#subnets ⇒ Array<String>, ...
List of subnet IDs that make up the database subnet group.
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
#description ⇒ String?
Returns Database subnet group description. Only set when a new group is added.
18 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/amazon/rds_subnet_group.rb', line 18 attribute :description |
#name ⇒ String
Returns Database subnet group identifier.
14 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/amazon/rds_subnet_group.rb', line 14 attribute :name |
#state ⇒ :present, :absent
Returns Specifies whether the subnet should be present or absent.
10 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/amazon/rds_subnet_group.rb', line 10 attribute :state |
#subnets ⇒ Array<String>, ...
Returns List of subnet IDs that make up the database subnet group.
22 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/amazon/rds_subnet_group.rb', line 22 attribute :subnets |