Class: Aws::Types::DescribeIntegrationsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeIntegrationsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#integration_identifier ⇒ ::String
Returns the value of attribute integration_identifier.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
Instance Attribute Details
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
2334 2335 2336 |
# File 'sig/types.rbs', line 2334 def filters @filters end |
#integration_identifier ⇒ ::String
Returns the value of attribute integration_identifier.
2333 2334 2335 |
# File 'sig/types.rbs', line 2333 def integration_identifier @integration_identifier end |
#marker ⇒ ::String
Returns the value of attribute marker.
2336 2337 2338 |
# File 'sig/types.rbs', line 2336 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
2335 2336 2337 |
# File 'sig/types.rbs', line 2335 def max_records @max_records end |