Class: Aws::Types::Database
- Inherits:
-
Object
- Object
- Aws::Types::Database
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#create_table_default_permissions ⇒ ::Array[Types::PrincipalPermissions]
Returns the value of attribute create_table_default_permissions.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#federated_database ⇒ Types::FederatedDatabase
Returns the value of attribute federated_database.
-
#location_uri ⇒ ::String
Returns the value of attribute location_uri.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
-
#target_database ⇒ Types::DatabaseIdentifier
Returns the value of attribute target_database.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
2200 2201 2202 |
# File 'sig/types.rbs', line 2200 def catalog_id @catalog_id end |
#create_table_default_permissions ⇒ ::Array[Types::PrincipalPermissions]
Returns the value of attribute create_table_default_permissions.
2198 2199 2200 |
# File 'sig/types.rbs', line 2198 def @create_table_default_permissions end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
2197 2198 2199 |
# File 'sig/types.rbs', line 2197 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
2194 2195 2196 |
# File 'sig/types.rbs', line 2194 def description @description end |
#federated_database ⇒ Types::FederatedDatabase
Returns the value of attribute federated_database.
2201 2202 2203 |
# File 'sig/types.rbs', line 2201 def federated_database @federated_database end |
#location_uri ⇒ ::String
Returns the value of attribute location_uri.
2195 2196 2197 |
# File 'sig/types.rbs', line 2195 def location_uri @location_uri end |
#name ⇒ ::String
Returns the value of attribute name.
2193 2194 2195 |
# File 'sig/types.rbs', line 2193 def name @name end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
2196 2197 2198 |
# File 'sig/types.rbs', line 2196 def parameters @parameters end |
#target_database ⇒ Types::DatabaseIdentifier
Returns the value of attribute target_database.
2199 2200 2201 |
# File 'sig/types.rbs', line 2199 def target_database @target_database end |