Class: Ansible::Ruby::Modules::Ecs_taskdefinition
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Ecs_taskdefinition
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/amazon/ecs_taskdefinition.rb
Overview
Creates or terminates task definitions
Instance Method Summary collapse
-
#arn ⇒ Object?
The arn of the task description to delete.
-
#containers ⇒ Array<Hash>, ...
A list of containers definitions.
-
#family ⇒ String?
A Name that would be given to the task definition.
-
#revision ⇒ Object?
A revision number for the task definition.
-
#state ⇒ :present, :absent
State whether the task definition should exist or be deleted.
-
#volumes ⇒ Array<Hash>, ...
A list of names of volumes to be attached.
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
#arn ⇒ Object?
Returns The arn of the task description to delete.
15 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/ecs_taskdefinition.rb', line 15 attribute :arn |
#containers ⇒ Array<Hash>, ...
Returns A list of containers definitions.
25 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/ecs_taskdefinition.rb', line 25 attribute :containers |
#family ⇒ String?
Returns A Name that would be given to the task definition.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/ecs_taskdefinition.rb', line 18 attribute :family |
#revision ⇒ Object?
Returns A revision number for the task definition.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/ecs_taskdefinition.rb', line 22 attribute :revision |
#state ⇒ :present, :absent
Returns State whether the task definition should exist or be deleted.
11 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/ecs_taskdefinition.rb', line 11 attribute :state |
#volumes ⇒ Array<Hash>, ...
Returns A list of names of volumes to be attached.
29 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/ecs_taskdefinition.rb', line 29 attribute :volumes |