Class: Aws::Types::DatabaseInput
- Inherits:
-
Object
- Object
- Aws::Types::DatabaseInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_table_default_permissions ⇒ ::Array[Types::PrincipalPermissions]
Returns the value of attribute create_table_default_permissions.
-
#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
#create_table_default_permissions ⇒ ::Array[Types::PrincipalPermissions]
Returns the value of attribute create_table_default_permissions.
2217 2218 2219 |
# File 'sig/types.rbs', line 2217 def @create_table_default_permissions end |
#description ⇒ ::String
Returns the value of attribute description.
2214 2215 2216 |
# File 'sig/types.rbs', line 2214 def description @description end |
#federated_database ⇒ Types::FederatedDatabase
Returns the value of attribute federated_database.
2219 2220 2221 |
# File 'sig/types.rbs', line 2219 def federated_database @federated_database end |
#location_uri ⇒ ::String
Returns the value of attribute location_uri.
2215 2216 2217 |
# File 'sig/types.rbs', line 2215 def location_uri @location_uri end |
#name ⇒ ::String
Returns the value of attribute name.
2213 2214 2215 |
# File 'sig/types.rbs', line 2213 def name @name end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
2216 2217 2218 |
# File 'sig/types.rbs', line 2216 def parameters @parameters end |
#target_database ⇒ Types::DatabaseIdentifier
Returns the value of attribute target_database.
2218 2219 2220 |
# File 'sig/types.rbs', line 2218 def target_database @target_database end |