Class: Ansible::Ruby::Modules::Ec2_key
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Ec2_key
- Defined in:
- lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_key.rb
Instance Method Summary collapse
-
#key_material ⇒ String?
Public key material.
-
#name ⇒ String
Name of the key pair.
-
#state ⇒ String?
Create or delete keypair.
-
#wait ⇒ Boolean?
Wait for the specified action to complete before returning.
-
#wait_timeout ⇒ Integer?
How long before wait gives up, in seconds.
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
#key_material ⇒ String?
14 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_key.rb', line 14 attribute :key_material |
#name ⇒ String
10 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_key.rb', line 10 attribute :name |
#state ⇒ String?
18 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_key.rb', line 18 attribute :state |
#wait ⇒ Boolean?
22 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_key.rb', line 22 attribute :wait |
#wait_timeout ⇒ Integer?
26 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_key.rb', line 26 attribute :wait_timeout |