Class: Ansible::Ruby::Modules::Rds_snapshot_facts
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Rds_snapshot_facts
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/amazon/rds_snapshot_facts.rb
Overview
obtain facts about one or more RDS snapshots. These can be for unclustered snapshots or snapshots of clustered DBs (Aurora) Aurora snapshot facts may be obtained if no identifier parameters are passed or if one of the cluster parameters are passed.
Instance Method Summary collapse
-
#db_cluster_identifier ⇒ Object?
RDS cluster name for which to find snapshots.
-
#db_cluster_snapshot_identifier ⇒ Object?
Name of an RDS cluster snapshot.
-
#db_instance_identifier ⇒ String?
RDS instance name for which to find snapshots.
-
#db_snapshot_identifier ⇒ String?
Name of an RDS (unclustered) snapshot.
-
#snapshot_type ⇒ :automated, ...
Type of snapshot to find.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#db_cluster_identifier ⇒ Object?
21 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/rds_snapshot_facts.rb', line 21 attribute :db_cluster_identifier |
#db_cluster_snapshot_identifier ⇒ Object?
24 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/rds_snapshot_facts.rb', line 24 attribute :db_cluster_snapshot_identifier |
#db_instance_identifier ⇒ String?
17 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/rds_snapshot_facts.rb', line 17 attribute :db_instance_identifier |
#db_snapshot_identifier ⇒ String?
13 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/rds_snapshot_facts.rb', line 13 attribute :db_snapshot_identifier |
#snapshot_type ⇒ :automated, ...
27 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/rds_snapshot_facts.rb', line 27 attribute :snapshot_type |