Class: Aws::Types::PutProfileOutboundRequestBatchRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutProfileOutboundRequestBatchRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#profile_outbound_requests ⇒ ::Array[Types::ProfileOutboundRequest]
Returns the value of attribute profile_outbound_requests.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
601 602 603 |
# File 'sig/types.rbs', line 601 def id @id end |
#profile_outbound_requests ⇒ ::Array[Types::ProfileOutboundRequest]
Returns the value of attribute profile_outbound_requests.
602 603 604 |
# File 'sig/types.rbs', line 602 def profile_outbound_requests @profile_outbound_requests end |