Class: Ansible::Ruby::Modules::Elb_target_group_facts

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

Overview

Gather facts about ELB target groups in AWS

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

#load_balancer_arnString?

Returns The Amazon Resource Name (ARN) of the load balancer.

Returns:

  • (String, nil)

    The Amazon Resource Name (ARN) of the load balancer.



12
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/elb_target_group_facts.rb', line 12

attribute :load_balancer_arn

#namesArray<String>, ...

Returns The names of the target groups.

Returns:

  • (Array<String>, String, nil)

    The names of the target groups.



19
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/elb_target_group_facts.rb', line 19

attribute :names

#target_group_arnsObject?

Returns The Amazon Resource Names (ARN) of the target groups.

Returns:

  • (Object, nil)

    The Amazon Resource Names (ARN) of the target groups.



16
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/elb_target_group_facts.rb', line 16

attribute :target_group_arns