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]
3256 |
# File 'sig/client.rbs', line 3256
def integration_resource_property_list: () -> ::Array[Types::IntegrationResourceProperty]
|
#marker ⇒ ::String
3257 |
# File 'sig/client.rbs', line 3257
def marker: () -> ::String
|