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.
2204 2205 2206 |
# File 'sig/types.rbs', line 2204 def catalog_id @catalog_id end |
#create_table_default_permissions ⇒ ::Array[Types::PrincipalPermissions]
Returns the value of attribute create_table_default_permissions.
2202 2203 2204 |
# File 'sig/types.rbs', line 2202 def @create_table_default_permissions end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
2201 2202 2203 |
# File 'sig/types.rbs', line 2201 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
2198 2199 2200 |
# File 'sig/types.rbs', line 2198 def description @description end |
#federated_database ⇒ Types::FederatedDatabase
Returns the value of attribute federated_database.
2205 2206 2207 |
# File 'sig/types.rbs', line 2205 def federated_database @federated_database end |
#location_uri ⇒ ::String
Returns the value of attribute location_uri.
2199 2200 2201 |
# File 'sig/types.rbs', line 2199 def location_uri @location_uri end |
#name ⇒ ::String
Returns the value of attribute name.
2197 2198 2199 |
# File 'sig/types.rbs', line 2197 def name @name end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
2200 2201 2202 |
# File 'sig/types.rbs', line 2200 def parameters @parameters end |
#target_database ⇒ Types::DatabaseIdentifier
Returns the value of attribute target_database.
2203 2204 2205 |
# File 'sig/types.rbs', line 2203 def target_database @target_database end |