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.
2702 2703 2704 |
# File 'sig/types.rbs', line 2702 def inbound_integrations @inbound_integrations end |
#marker ⇒ ::String
Returns the value of attribute marker.
2703 2704 2705 |
# File 'sig/types.rbs', line 2703 def marker @marker end |