Class: Aptible::CLI::Helpers::Database::RdsDatabase
- Inherits:
-
Struct
- Object
- Struct
- Aptible::CLI::Helpers::Database::RdsDatabase
- Defined in:
- lib/aptible/cli/helpers/database.rb
Overview
RdsDatabase is a translation struct so the same renderer can be used for external_aws_resource as those for databases
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#handle ⇒ Object
Returns the value of attribute handle.
-
#id ⇒ Object
Returns the value of attribute id.
-
#raw ⇒ Object
Returns the value of attribute raw.
Instance Attribute Details
#created_at ⇒ Object
Returns the value of attribute created_at
13 14 15 |
# File 'lib/aptible/cli/helpers/database.rb', line 13 def created_at @created_at end |
#handle ⇒ Object
Returns the value of attribute handle
13 14 15 |
# File 'lib/aptible/cli/helpers/database.rb', line 13 def handle @handle end |
#id ⇒ Object
Returns the value of attribute id
13 14 15 |
# File 'lib/aptible/cli/helpers/database.rb', line 13 def id @id end |
#raw ⇒ Object
Returns the value of attribute raw
13 14 15 |
# File 'lib/aptible/cli/helpers/database.rb', line 13 def raw @raw end |