Class: Aws::Types::ListIntegrationResourcePropertiesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListIntegrationResourcePropertiesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ ::Array[Types::IntegrationResourcePropertyFilter]
Returns the value of attribute filters.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
Instance Attribute Details
#filters ⇒ ::Array[Types::IntegrationResourcePropertyFilter]
Returns the value of attribute filters.
5343 5344 5345 |
# File 'sig/types.rbs', line 5343 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
5342 5343 5344 |
# File 'sig/types.rbs', line 5342 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
5344 5345 5346 |
# File 'sig/types.rbs', line 5344 def max_records @max_records end |