Class: Aws::Types::DescribeConnectorEntityRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeConnectorEntityRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_version ⇒ ::String
Returns the value of attribute api_version.
-
#connector_entity_name ⇒ ::String
Returns the value of attribute connector_entity_name.
-
#connector_profile_name ⇒ ::String
Returns the value of attribute connector_profile_name.
-
#connector_type ⇒ "Salesforce", ...
Returns the value of attribute connector_type.
Instance Attribute Details
#api_version ⇒ ::String
Returns the value of attribute api_version.
438 439 440 |
# File 'sig/types.rbs', line 438 def api_version @api_version end |
#connector_entity_name ⇒ ::String
Returns the value of attribute connector_entity_name.
435 436 437 |
# File 'sig/types.rbs', line 435 def connector_entity_name @connector_entity_name end |
#connector_profile_name ⇒ ::String
Returns the value of attribute connector_profile_name.
437 438 439 |
# File 'sig/types.rbs', line 437 def connector_profile_name @connector_profile_name end |
#connector_type ⇒ "Salesforce", ...
Returns the value of attribute connector_type.
436 437 438 |
# File 'sig/types.rbs', line 436 def connector_type @connector_type end |