Class: Ansible::Ruby::Modules::Ecs_cluster
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Ecs_cluster
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/amazon/ecs_cluster.rb
Instance Method Summary collapse
-
#delay ⇒ Integer?
Number of seconds to wait.
-
#name ⇒ String
The cluster name.
-
#repeat ⇒ Integer?
The number of times to wait for the cluster to have an instance.
-
#state ⇒ :present, ...
The desired state of the cluster.
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
#delay ⇒ Integer?
Returns Number of seconds to wait.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/ecs_cluster.rb', line 18 attribute :delay |
#name ⇒ String
Returns The cluster name.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/ecs_cluster.rb', line 14 attribute :name |
#repeat ⇒ Integer?
Returns The number of times to wait for the cluster to have an instance.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/ecs_cluster.rb', line 22 attribute :repeat |
#state ⇒ :present, ...
Returns The desired state of the cluster.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/ecs_cluster.rb', line 10 attribute :state |