Class: Aws::Types::PublishBatchInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#publish_batch_request_entries::Array[Types::PublishBatchRequestEntry]

Returns the value of attribute publish_batch_request_entries.

Returns:



438
439
440
# File 'sig/types.rbs', line 438

def publish_batch_request_entries
  @publish_batch_request_entries
end

#topic_arn::String

Returns the value of attribute topic_arn.

Returns:

  • (::String)


437
438
439
# File 'sig/types.rbs', line 437

def topic_arn
  @topic_arn
end