Class: Aws::Types::FederatedTable
- Inherits:
-
Object
- Object
- Aws::Types::FederatedTable
- 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.
-
#database_identifier ⇒ ::String
Returns the value of attribute database_identifier.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
Instance Attribute Details
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
3027 3028 3029 |
# File 'sig/types.rbs', line 3027 def connection_name @connection_name end |
#connection_type ⇒ ::String
Returns the value of attribute connection_type.
3028 3029 3030 |
# File 'sig/types.rbs', line 3028 def connection_type @connection_type end |
#database_identifier ⇒ ::String
Returns the value of attribute database_identifier.
3026 3027 3028 |
# File 'sig/types.rbs', line 3026 def database_identifier @database_identifier end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
3025 3026 3027 |
# File 'sig/types.rbs', line 3025 def identifier @identifier end |