Class: Aws::Types::BatchPutProfileObjectResponseItem
- Inherits:
-
Object
- Object
- Aws::Types::BatchPutProfileObjectResponseItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#profile_object_unique_key ⇒ ::String
Returns the value of attribute profile_object_unique_key.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
226 227 228 |
# File 'sig/types.rbs', line 226 def id @id end |
#profile_object_unique_key ⇒ ::String
Returns the value of attribute profile_object_unique_key.
227 228 229 |
# File 'sig/types.rbs', line 227 def profile_object_unique_key @profile_object_unique_key end |