Class: Aws::Types::IntegrationsMessage
- Inherits:
-
Object
- Object
- Aws::Types::IntegrationsMessage
- 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.
1775 1776 1777 |
# File 'sig/types.rbs', line 1775 def integrations @integrations end |
#marker ⇒ ::String
Returns the value of attribute marker.
1774 1775 1776 |
# File 'sig/types.rbs', line 1774 def marker @marker end |