Class: Aws::Types::ListIntegrationTablePropertiesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListIntegrationTablePropertiesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ ::Array[Types::IntegrationTablePropertiesFilter]
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::IntegrationTablePropertiesFilter]
Returns the value of attribute filters.
5399 5400 5401 |
# File 'sig/types.rbs', line 5399 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
5398 5399 5400 |
# File 'sig/types.rbs', line 5398 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
5400 5401 5402 |
# File 'sig/types.rbs', line 5400 def max_records @max_records end |