Class: Aws::Types::ListConnectorEntitiesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListConnectorEntitiesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connector_entity_map ⇒ ::Hash[::String, ::Array[Types::ConnectorEntity]]
Returns the value of attribute connector_entity_map.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#connector_entity_map ⇒ ::Hash[::String, ::Array[Types::ConnectorEntity]]
Returns the value of attribute connector_entity_map.
759 760 761 |
# File 'sig/types.rbs', line 759 def connector_entity_map @connector_entity_map end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
760 761 762 |
# File 'sig/types.rbs', line 760 def next_token @next_token end |