Class: Aws::Types::ConnectorDetail
- Inherits:
-
Object
- Object
- Aws::Types::ConnectorDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_type ⇒ ::String
Returns the value of attribute application_type.
-
#connector_description ⇒ ::String
Returns the value of attribute connector_description.
-
#connector_label ⇒ ::String
Returns the value of attribute connector_label.
-
#connector_modes ⇒ ::Array[::String]
Returns the value of attribute connector_modes.
-
#connector_name ⇒ ::String
Returns the value of attribute connector_name.
-
#connector_owner ⇒ ::String
Returns the value of attribute connector_owner.
-
#connector_provisioning_type ⇒ "LAMBDA"
Returns the value of attribute connector_provisioning_type.
-
#connector_type ⇒ "Salesforce", ...
Returns the value of attribute connector_type.
-
#connector_version ⇒ ::String
Returns the value of attribute connector_version.
-
#registered_at ⇒ ::Time
Returns the value of attribute registered_at.
-
#registered_by ⇒ ::String
Returns the value of attribute registered_by.
-
#supported_data_transfer_types ⇒ ::Array[("RECORD" | "FILE")]
Returns the value of attribute supported_data_transfer_types.
Instance Attribute Details
#application_type ⇒ ::String
Returns the value of attribute application_type.
129 130 131 |
# File 'sig/types.rbs', line 129 def application_type @application_type end |
#connector_description ⇒ ::String
Returns the value of attribute connector_description.
125 126 127 |
# File 'sig/types.rbs', line 125 def connector_description @connector_description end |
#connector_label ⇒ ::String
Returns the value of attribute connector_label.
131 132 133 |
# File 'sig/types.rbs', line 131 def connector_label @connector_label end |
#connector_modes ⇒ ::Array[::String]
Returns the value of attribute connector_modes.
135 136 137 |
# File 'sig/types.rbs', line 135 def connector_modes @connector_modes end |
#connector_name ⇒ ::String
Returns the value of attribute connector_name.
126 127 128 |
# File 'sig/types.rbs', line 126 def connector_name @connector_name end |
#connector_owner ⇒ ::String
Returns the value of attribute connector_owner.
127 128 129 |
# File 'sig/types.rbs', line 127 def connector_owner @connector_owner end |
#connector_provisioning_type ⇒ "LAMBDA"
Returns the value of attribute connector_provisioning_type.
134 135 136 |
# File 'sig/types.rbs', line 134 def connector_provisioning_type @connector_provisioning_type end |
#connector_type ⇒ "Salesforce", ...
Returns the value of attribute connector_type.
130 131 132 |
# File 'sig/types.rbs', line 130 def connector_type @connector_type end |
#connector_version ⇒ ::String
Returns the value of attribute connector_version.
128 129 130 |
# File 'sig/types.rbs', line 128 def connector_version @connector_version end |
#registered_at ⇒ ::Time
Returns the value of attribute registered_at.
132 133 134 |
# File 'sig/types.rbs', line 132 def registered_at @registered_at end |
#registered_by ⇒ ::String
Returns the value of attribute registered_by.
133 134 135 |
# File 'sig/types.rbs', line 133 def registered_by @registered_by end |
#supported_data_transfer_types ⇒ ::Array[("RECORD" | "FILE")]
Returns the value of attribute supported_data_transfer_types.
136 137 138 |
# File 'sig/types.rbs', line 136 def supported_data_transfer_types @supported_data_transfer_types end |