Class: Aws::Types::BatchPutProfileObjectRequestItem
- Inherits:
-
Object
- Object
- Aws::Types::BatchPutProfileObjectRequestItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#object ⇒ ::String
Returns the value of attribute object.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
214 215 216 |
# File 'sig/types.rbs', line 214 def id @id end |
#object ⇒ ::String
Returns the value of attribute object.
215 216 217 |
# File 'sig/types.rbs', line 215 def object @object end |