Class: Aws::Types::InboundIntegrationsMessage
- Inherits:
-
Object
- Object
- Aws::Types::InboundIntegrationsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#inbound_integrations ⇒ ::Array[Types::InboundIntegration]
Returns the value of attribute inbound_integrations.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#inbound_integrations ⇒ ::Array[Types::InboundIntegration]
Returns the value of attribute inbound_integrations.
1718 1719 1720 |
# File 'sig/types.rbs', line 1718 def inbound_integrations @inbound_integrations end |
#marker ⇒ ::String
Returns the value of attribute marker.
1717 1718 1719 |
# File 'sig/types.rbs', line 1717 def marker @marker end |