Class: AwsRdsInstance
- Inherits:
-
Object
- Object
- AwsRdsInstance
- Includes:
- AwsSingularResourceMixin
- Defined in:
- lib/resources/aws/aws_rds_instance.rb
Overview
author: Mohamed El-Sharkawi
Defined Under Namespace
Classes: Backend
Instance Attribute Summary collapse
-
#db_instance_identifier ⇒ Object
readonly
Returns the value of attribute db_instance_identifier.
Instance Method Summary collapse
Methods included from AwsSingularResourceMixin
Methods included from AwsResourceMixin
#catch_aws_errors, #check_resource_param_names, #initialize, #inspec_runner
Instance Attribute Details
#db_instance_identifier ⇒ Object (readonly)
Returns the value of attribute db_instance_identifier.
13 14 15 |
# File 'lib/resources/aws/aws_rds_instance.rb', line 13 def db_instance_identifier @db_instance_identifier end |
Instance Method Details
#to_s ⇒ Object
15 16 17 |
# File 'lib/resources/aws/aws_rds_instance.rb', line 15 def to_s "RDS Instance #{@db_instance_identifier}" end |