Class: Aws::Types::PutProfileOutboundRequestBatchRequest

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)


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.

Returns:



602
603
604
# File 'sig/types.rbs', line 602

def profile_outbound_requests
  @profile_outbound_requests
end