Class: Aws::Types::DescribeInboundIntegrationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeInboundIntegrationsResponse
- 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.
2708 2709 2710 |
# File 'sig/types.rbs', line 2708 def inbound_integrations @inbound_integrations end |
#marker ⇒ ::String
Returns the value of attribute marker.
2709 2710 2711 |
# File 'sig/types.rbs', line 2709 def marker @marker end |