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
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, #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.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/ecs_taskdefinition.rb', line 14 attribute :arn |
#containers ⇒ Array<Hash>, ...
Returns A list of containers definitions.
24 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/ecs_taskdefinition.rb', line 24 attribute :containers |
#family ⇒ String?
Returns A Name that would be given to the task definition.
17 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/ecs_taskdefinition.rb', line 17 attribute :family |
#revision ⇒ Object?
Returns A revision number for the task definition.
21 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/ecs_taskdefinition.rb', line 21 attribute :revision |
#state ⇒ :present, :absent
Returns State whether the task definition should exist or be deleted.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/ecs_taskdefinition.rb', line 10 attribute :state |
#volumes ⇒ Array<Hash>, ...
Returns A list of names of volumes to be attached.
28 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/ecs_taskdefinition.rb', line 28 attribute :volumes |