Class: Ansible::Ruby::Modules::Ecs_service_facts
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Ecs_service_facts
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/amazon/ecs_service_facts.rb
Instance Method Summary collapse
-
#cluster ⇒ String?
The cluster ARNS in which to list the services.
-
#details ⇒ :true, ...
Set this to true if you want detailed information about the services.
-
#service ⇒ String?
The service to get details for (required if details is true).
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
#cluster ⇒ String?
Returns The cluster ARNS in which to list the services.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/ecs_service_facts.rb', line 14 attribute :cluster |
#details ⇒ :true, ...
Returns Set this to true if you want detailed information about the services.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/ecs_service_facts.rb', line 10 attribute :details |
#service ⇒ String?
Returns The service to get details for (required if details is true).
18 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/ecs_service_facts.rb', line 18 attribute :service |