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.
5368 5369 5370 |
# File 'sig/types.rbs', line 5368 def integration_resource_property_list @integration_resource_property_list end |
#marker ⇒ ::String
Returns the value of attribute marker.
5369 5370 5371 |
# File 'sig/types.rbs', line 5369 def marker @marker end |