Class: Aws::Types::Database
- Inherits:
-
Object
- Object
- Aws::Types::Database
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#table_count ⇒ ::Integer
Returns the value of attribute table_count.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
147 148 149 |
# File 'sig/types.rbs', line 147 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
151 152 153 |
# File 'sig/types.rbs', line 151 def creation_time @creation_time end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
148 149 150 |
# File 'sig/types.rbs', line 148 def database_name @database_name end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
150 151 152 |
# File 'sig/types.rbs', line 150 def kms_key_id @kms_key_id end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
152 153 154 |
# File 'sig/types.rbs', line 152 def last_updated_time @last_updated_time end |
#table_count ⇒ ::Integer
Returns the value of attribute table_count.
149 150 151 |
# File 'sig/types.rbs', line 149 def table_count @table_count end |