Class: AwsRdsInstance

Inherits:
Object
  • Object
show all
Includes:
AwsSingularResourceMixin
Defined in:
lib/resources/aws/aws_rds_instance.rb

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.



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

def db_instance_identifier
  @db_instance_identifier
end

Instance Method Details

#to_sObject



18
19
20
# File 'lib/resources/aws/aws_rds_instance.rb', line 18

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