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/cloud/amazon/ecs_service_facts.rb
Overview
Lists or describes services in ecs.
Instance Method Summary collapse
-
#cluster ⇒ String?
The cluster ARNS in which to list the services.
-
#details ⇒ Symbol?
Set this to true if you want detailed information about the services.
-
#events ⇒ Symbol?
Whether to return ECS service events.
-
#service ⇒ String?
One or more services to get details for.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #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.
20 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/ecs_service_facts.rb', line 20 attribute :cluster |
#details ⇒ Symbol?
Returns Set this to true if you want detailed information about the services.
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/ecs_service_facts.rb', line 12 attribute :details |
#events ⇒ Symbol?
Returns Whether to return ECS service events. Only has an effect if C(details) is true.
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/ecs_service_facts.rb', line 16 attribute :events |
#service ⇒ String?
Returns One or more services to get details for.
24 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/ecs_service_facts.rb', line 24 attribute :service |