Class: Ansible::Ruby::Modules::Redshift_facts

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

Overview

Gather facts about Redshift cluster(s)

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

#cluster_identifierObject?

Returns The prefix of cluster identifier of the Redshift cluster you are searching for.,This is a regular expression match with implicit ‘^’. Append ‘$’ for a complete match.

Returns:

  • (Object, nil)

    The prefix of cluster identifier of the Redshift cluster you are searching for.,This is a regular expression match with implicit ‘^’. Append ‘$’ for a complete match.



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

attribute :cluster_identifier

#tagsHash?

Returns A dictionary/hash of tags in the format { tag1_name: ‘tag1_value’, tag2_name: ‘tag2_value’ } to match against the security group(s) you are searching for.

Returns:

  • (Hash, nil)

    A dictionary/hash of tags in the format { tag1_name: ‘tag1_value’, tag2_name: ‘tag2_value’ } to match against the security group(s) you are searching for.



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

attribute :tags