Module: Aws::Glue::Client::_ListIntegrationResourcePropertiesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListIntegrationResourcePropertiesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #integration_resource_property_list ⇒ ::Array[Types::IntegrationResourceProperty]
- #marker ⇒ ::String
Instance Method Details
#integration_resource_property_list ⇒ ::Array[Types::IntegrationResourceProperty]
3293 |
# File 'sig/client.rbs', line 3293
def integration_resource_property_list: () -> ::Array[Types::IntegrationResourceProperty]
|
#marker ⇒ ::String
3294 |
# File 'sig/client.rbs', line 3294
def marker: () -> ::String
|