Class: Aws::Types::PublishBatchResultEntry
- Inherits:
-
Object
- Object
- Aws::Types::PublishBatchResultEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#message_id ⇒ ::String
Returns the value of attribute message_id.
-
#sequence_number ⇒ ::String
Returns the value of attribute sequence_number.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
460 461 462 |
# File 'sig/types.rbs', line 460 def id @id end |
#message_id ⇒ ::String
Returns the value of attribute message_id.
461 462 463 |
# File 'sig/types.rbs', line 461 def end |
#sequence_number ⇒ ::String
Returns the value of attribute sequence_number.
462 463 464 |
# File 'sig/types.rbs', line 462 def sequence_number @sequence_number end |