Class: Aws::Types::DescribeConnectorProfilesResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeConnectorProfilesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connector_profile_details ⇒ ::Array[Types::ConnectorProfile]
Returns the value of attribute connector_profile_details.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#connector_profile_details ⇒ ::Array[Types::ConnectorProfile]
Returns the value of attribute connector_profile_details.
457 458 459 |
# File 'sig/types.rbs', line 457 def connector_profile_details @connector_profile_details end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
458 459 460 |
# File 'sig/types.rbs', line 458 def next_token @next_token end |