Class: Aws::Types::PutOutboundRequestBatchRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutOutboundRequestBatchRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#outbound_requests ⇒ ::Array[Types::OutboundRequest]
Returns the value of attribute outbound_requests.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
589 590 591 |
# File 'sig/types.rbs', line 589 def id @id end |
#outbound_requests ⇒ ::Array[Types::OutboundRequest]
Returns the value of attribute outbound_requests.
590 591 592 |
# File 'sig/types.rbs', line 590 def outbound_requests @outbound_requests end |