Class: Ansible::Ruby::Modules::Ec2_lc_facts

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

Overview

Gather facts about AWS Autoscaling Launch Configurations

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

#nameObject?

Returns A name or a list of name to match.

Returns:

  • (Object, nil)

    A name or a list of name to match.



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

attribute :name

#sort:launch_configuration_name, ...

Returns Optional attribute which with to sort the results.

Returns:

  • (:launch_configuration_name, :image_id, :created_time, :instance_type, :kernel_id, :ramdisk_id, :key_name, nil)

    Optional attribute which with to sort the results.



15
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/ec2_lc_facts.rb', line 15

attribute :sort

#sort_endObject?

Returns Which result to end with (when sorting).,Corresponds to Python slice notation.

Returns:

  • (Object, nil)

    Which result to end with (when sorting).,Corresponds to Python slice notation.



26
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/ec2_lc_facts.rb', line 26

attribute :sort_end

#sort_order:ascending, ...

Returns Order in which to sort results.,Only used when the ‘sort’ parameter is specified.

Returns:

  • (:ascending, :descending, nil)

    Order in which to sort results.,Only used when the ‘sort’ parameter is specified.



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

attribute :sort_order

#sort_startObject?

Returns Which result to start with (when sorting).,Corresponds to Python slice notation.

Returns:

  • (Object, nil)

    Which result to start with (when sorting).,Corresponds to Python slice notation.



23
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/ec2_lc_facts.rb', line 23

attribute :sort_start