Class: Aws::Types::DescribeConnectorProfilesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeConnectorProfilesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connector_label ⇒ ::String
Returns the value of attribute connector_label.
-
#connector_profile_names ⇒ ::Array[::String]
Returns the value of attribute connector_profile_names.
-
#connector_type ⇒ "Salesforce", ...
Returns the value of attribute connector_type.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#connector_label ⇒ ::String
Returns the value of attribute connector_label.
450 451 452 |
# File 'sig/types.rbs', line 450 def connector_label @connector_label end |
#connector_profile_names ⇒ ::Array[::String]
Returns the value of attribute connector_profile_names.
448 449 450 |
# File 'sig/types.rbs', line 448 def connector_profile_names @connector_profile_names end |
#connector_type ⇒ "Salesforce", ...
Returns the value of attribute connector_type.
449 450 451 |
# File 'sig/types.rbs', line 449 def connector_type @connector_type end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
451 452 453 |
# File 'sig/types.rbs', line 451 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
452 453 454 |
# File 'sig/types.rbs', line 452 def next_token @next_token end |