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

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

Overview

Lists or describes services in ecs.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

#clusterString?

Returns The cluster ARNS in which to list the services.

Returns:

  • (String, nil)

    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

#detailsSymbol?

Returns Set this to true if you want detailed information about the services.

Returns:

  • (Symbol, nil)

    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

#eventsSymbol?

Returns Whether to return ECS service events. Only has an effect if C(details) is true.

Returns:

  • (Symbol, nil)

    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

#serviceString?

Returns One or more services to get details for.

Returns:

  • (String, nil)

    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