Class: Ansible::Ruby::Modules::Ec2_tag

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_tag.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

#resourceString

Returns The EC2 resource id.

Returns:

  • (String)

    The EC2 resource id.



10
# File 'lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_tag.rb', line 10

attribute :resource

#state:present, ...

Returns Whether the tags should be present or absent on the resource. Use list to interrogate the tags of an instance.

Returns:

  • (:present, :absent, :list, nil)

    Whether the tags should be present or absent on the resource. Use list to interrogate the tags of an instance.



14
# File 'lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_tag.rb', line 14

attribute :state

#tagsObject

Returns a hash/dictionary of tags to add to the resource; ‘“key”:“value”’ and ‘“key”:“value”,“key”:“value”’.

Returns:

  • (Object)

    a hash/dictionary of tags to add to the resource; ‘“key”:“value”’ and ‘“key”:“value”,“key”:“value”’



18
# File 'lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_tag.rb', line 18

attribute :tags