Class: Aws::Types::PutRecordsOutput
- Inherits:
-
Object
- Object
- Aws::Types::PutRecordsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_type ⇒ "NONE", "KMS"
Returns the value of attribute encryption_type.
-
#failed_record_count ⇒ ::Integer
Returns the value of attribute failed_record_count.
-
#records ⇒ ::Array[Types::PutRecordsResultEntry]
Returns the value of attribute records.
Instance Attribute Details
#encryption_type ⇒ "NONE", "KMS"
Returns the value of attribute encryption_type.
575 576 577 |
# File 'sig/types.rbs', line 575 def encryption_type @encryption_type end |
#failed_record_count ⇒ ::Integer
Returns the value of attribute failed_record_count.
573 574 575 |
# File 'sig/types.rbs', line 573 def failed_record_count @failed_record_count end |
#records ⇒ ::Array[Types::PutRecordsResultEntry]
Returns the value of attribute records.
574 575 576 |
# File 'sig/types.rbs', line 574 def records @records end |