Class: Aws::Types::FederatedDatabase
- Inherits:
-
Object
- Object
- Aws::Types::FederatedDatabase
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
-
#connection_type ⇒ ::String
Returns the value of attribute connection_type.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
Instance Attribute Details
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
3007 3008 3009 |
# File 'sig/types.rbs', line 3007 def connection_name @connection_name end |
#connection_type ⇒ ::String
Returns the value of attribute connection_type.
3008 3009 3010 |
# File 'sig/types.rbs', line 3008 def connection_type @connection_type end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
3006 3007 3008 |
# File 'sig/types.rbs', line 3006 def identifier @identifier end |