Class: Aws::Types::Record
- Inherits:
-
Object
- Object
- Aws::Types::Record
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#approximate_arrival_timestamp ⇒ ::Time
Returns the value of attribute approximate_arrival_timestamp.
-
#data ⇒ ::String
Returns the value of attribute data.
-
#encryption_type ⇒ "NONE", "KMS"
Returns the value of attribute encryption_type.
-
#partition_key ⇒ ::String
Returns the value of attribute partition_key.
-
#sequence_number ⇒ ::String
Returns the value of attribute sequence_number.
Instance Attribute Details
#approximate_arrival_timestamp ⇒ ::Time
Returns the value of attribute approximate_arrival_timestamp.
603 604 605 |
# File 'sig/types.rbs', line 603 def end |
#data ⇒ ::String
Returns the value of attribute data.
604 605 606 |
# File 'sig/types.rbs', line 604 def data @data end |
#encryption_type ⇒ "NONE", "KMS"
Returns the value of attribute encryption_type.
606 607 608 |
# File 'sig/types.rbs', line 606 def encryption_type @encryption_type end |
#partition_key ⇒ ::String
Returns the value of attribute partition_key.
605 606 607 |
# File 'sig/types.rbs', line 605 def partition_key @partition_key end |
#sequence_number ⇒ ::String
Returns the value of attribute sequence_number.
602 603 604 |
# File 'sig/types.rbs', line 602 def sequence_number @sequence_number end |