Class: Aws::Types::DescribeIntegrationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeIntegrationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ ::Array[Types::IntegrationFilter]
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::IntegrationFilter]
Returns the value of attribute filters.
2711 2712 2713 |
# File 'sig/types.rbs', line 2711 def filters @filters end |
#integration_identifier ⇒ ::String
Returns the value of attribute integration_identifier.
2708 2709 2710 |
# File 'sig/types.rbs', line 2708 def integration_identifier @integration_identifier end |
#marker ⇒ ::String
Returns the value of attribute marker.
2709 2710 2711 |
# File 'sig/types.rbs', line 2709 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
2710 2711 2712 |
# File 'sig/types.rbs', line 2710 def max_records @max_records end |