Class: Aws::Types::FederatedCatalog
- Inherits:
-
Object
- Object
- Aws::Types::FederatedCatalog
- 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.
3000 3001 3002 |
# File 'sig/types.rbs', line 3000 def connection_name @connection_name end |
#connection_type ⇒ ::String
Returns the value of attribute connection_type.
3001 3002 3003 |
# File 'sig/types.rbs', line 3001 def connection_type @connection_type end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
2999 3000 3001 |
# File 'sig/types.rbs', line 2999 def identifier @identifier end |