Class: Aws::Types::ListIntegrationResourcePropertiesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListIntegrationResourcePropertiesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#integration_resource_property_list ⇒ ::Array[Types::IntegrationResourceProperty]
Returns the value of attribute integration_resource_property_list.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#integration_resource_property_list ⇒ ::Array[Types::IntegrationResourceProperty]
Returns the value of attribute integration_resource_property_list.
5349 5350 5351 |
# File 'sig/types.rbs', line 5349 def integration_resource_property_list @integration_resource_property_list end |
#marker ⇒ ::String
Returns the value of attribute marker.
5350 5351 5352 |
# File 'sig/types.rbs', line 5350 def marker @marker end |