Class: Aws::Types::RecordPrimaryValue
- Inherits:
-
Object
- Object
- Aws::Types::RecordPrimaryValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#primary_values ⇒ ::Array[Types::PrimaryValueResponse]
Returns the value of attribute primary_values.
-
#record_id ⇒ ::String
Returns the value of attribute record_id.
Instance Attribute Details
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
6884 6885 6886 |
# File 'sig/types.rbs', line 6884 def last_modified_region @last_modified_region end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
6883 6884 6885 |
# File 'sig/types.rbs', line 6883 def last_modified_time @last_modified_time end |
#primary_values ⇒ ::Array[Types::PrimaryValueResponse]
Returns the value of attribute primary_values.
6882 6883 6884 |
# File 'sig/types.rbs', line 6882 def primary_values @primary_values end |
#record_id ⇒ ::String
Returns the value of attribute record_id.
6881 6882 6883 |
# File 'sig/types.rbs', line 6881 def record_id @record_id end |