Class: Ansible::Ruby::Modules::Ec2_key

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_key.rb

Instance Method Summary collapse

Methods inherited from Base

#to_h

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_materialString?

Returns Public key material.

Returns:

  • (String, nil)

    Public key material.



14
# File 'lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_key.rb', line 14

attribute :key_material

#nameString

Returns Name of the key pair.

Returns:

  • (String)

    Name of the key pair.



10
# File 'lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_key.rb', line 10

attribute :name

#stateString?

Returns create or delete keypair.

Returns:

  • (String, nil)

    create or delete keypair



18
# File 'lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_key.rb', line 18

attribute :state

#waitBoolean?

Returns Wait for the specified action to complete before returning.

Returns:

  • (Boolean, nil)

    Wait for the specified action to complete before returning.



22
# File 'lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_key.rb', line 22

attribute :wait

#wait_timeoutInteger?

Returns How long before wait gives up, in seconds.

Returns:

  • (Integer, nil)

    How long before wait gives up, in seconds



26
# File 'lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_key.rb', line 26

attribute :wait_timeout