Class: Aws::Types::ListConnectorEntitiesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListConnectorEntitiesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_version ⇒ ::String
Returns the value of attribute api_version.
-
#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.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#api_version ⇒ ::String
Returns the value of attribute api_version.
752 753 754 |
# File 'sig/types.rbs', line 752 def api_version @api_version end |
#connector_profile_name ⇒ ::String
Returns the value of attribute connector_profile_name.
749 750 751 |
# File 'sig/types.rbs', line 749 def connector_profile_name @connector_profile_name end |
#connector_type ⇒ "Salesforce", ...
Returns the value of attribute connector_type.
750 751 752 |
# File 'sig/types.rbs', line 750 def connector_type @connector_type end |
#entities_path ⇒ ::String
Returns the value of attribute entities_path.
751 752 753 |
# File 'sig/types.rbs', line 751 def entities_path @entities_path end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
753 754 755 |
# File 'sig/types.rbs', line 753 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
754 755 756 |
# File 'sig/types.rbs', line 754 def next_token @next_token end |