Class: Aws::Types::ResetConnectorMetadataCacheRequest
- Inherits:
-
Object
- Object
- Aws::Types::ResetConnectorMetadataCacheRequest
- 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.
-
#entities_path ⇒ ::String
Returns the value of attribute entities_path.
Instance Attribute Details
#api_version ⇒ ::String
Returns the value of attribute api_version.
992 993 994 |
# File 'sig/types.rbs', line 992 def api_version @api_version end |
#connector_entity_name ⇒ ::String
Returns the value of attribute connector_entity_name.
990 991 992 |
# File 'sig/types.rbs', line 990 def connector_entity_name @connector_entity_name end |
#connector_profile_name ⇒ ::String
Returns the value of attribute connector_profile_name.
988 989 990 |
# File 'sig/types.rbs', line 988 def connector_profile_name @connector_profile_name end |
#connector_type ⇒ "Salesforce", ...
Returns the value of attribute connector_type.
989 990 991 |
# File 'sig/types.rbs', line 989 def connector_type @connector_type end |
#entities_path ⇒ ::String
Returns the value of attribute entities_path.
991 992 993 |
# File 'sig/types.rbs', line 991 def entities_path @entities_path end |