Class: Aws::Types::PutOutboundRequestBatchRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


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.

Returns:



590
591
592
# File 'sig/types.rbs', line 590

def outbound_requests
  @outbound_requests
end