Class: Aws::Types::PutPartnerEventsResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutPartnerEventsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entries ⇒ ::Array[Types::PutPartnerEventsResultEntry]
Returns the value of attribute entries.
-
#failed_entry_count ⇒ ::Integer
Returns the value of attribute failed_entry_count.
Instance Attribute Details
#entries ⇒ ::Array[Types::PutPartnerEventsResultEntry]
Returns the value of attribute entries.
811 812 813 |
# File 'sig/types.rbs', line 811 def entries @entries end |
#failed_entry_count ⇒ ::Integer
Returns the value of attribute failed_entry_count.
810 811 812 |
# File 'sig/types.rbs', line 810 def failed_entry_count @failed_entry_count end |