Class: Ansible::Ruby::Modules::Redshift_facts
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Redshift_facts
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/amazon/redshift_facts.rb
Overview
Gather facts about Redshift cluster(s)
Instance Method Summary collapse
-
#cluster_identifier ⇒ Object?
The prefix of cluster identifier of the Redshift cluster you are searching for.,This is a regular expression match with implicit ‘^’.
-
#tags ⇒ Hash?
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.
Methods inherited from Base
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_identifier ⇒ Object?
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.
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/redshift_facts.rb', line 12 attribute :cluster_identifier |
#tags ⇒ Hash?
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.
15 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/redshift_facts.rb', line 15 attribute :tags |