Class: Aws::Types::DescribeIntegrationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeIntegrationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#integrations ⇒ ::Array[Types::Integration]
Returns the value of attribute integrations.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#integrations ⇒ ::Array[Types::Integration]
Returns the value of attribute integrations.
2716 2717 2718 |
# File 'sig/types.rbs', line 2716 def integrations @integrations end |
#marker ⇒ ::String
Returns the value of attribute marker.
2717 2718 2719 |
# File 'sig/types.rbs', line 2717 def marker @marker end |