Class: Ansible::Ruby::Modules::Ecs_service_facts

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/cloud/amazon/ecs_service_facts.rb

Instance Method Summary collapse

Methods inherited from Base

#to_h

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

#clusterString?

Returns The cluster ARNS in which to list the services.

Returns:

  • (String, nil)

    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.

Returns:

  • (:true, :false, nil)

    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

#serviceString?

Returns The service to get details for (required if details is true).

Returns:

  • (String, nil)

    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