Class: AwsRdsInstance

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from AwsSingularResourceMixin

#exists?, included

Methods included from AwsResourceMixin

#catch_aws_errors, #check_resource_param_names, #initialize, #inspec_runner

Instance Attribute Details

#db_instance_identifierObject (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_sObject



15
16
17
# File 'lib/resources/aws/aws_rds_instance.rb', line 15

def to_s
  "RDS Instance #{@db_instance_identifier}"
end