Class: Aws::Types::PublishBatchInput
- Inherits:
-
Object
- Object
- Aws::Types::PublishBatchInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#publish_batch_request_entries ⇒ ::Array[Types::PublishBatchRequestEntry]
Returns the value of attribute publish_batch_request_entries.
-
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
Instance Attribute Details
#publish_batch_request_entries ⇒ ::Array[Types::PublishBatchRequestEntry]
Returns the value of attribute publish_batch_request_entries.
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.
437 438 439 |
# File 'sig/types.rbs', line 437 def topic_arn @topic_arn end |