Class: Aws::Types::BatchPutProfileObjectRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchPutProfileObjectRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#items ⇒ ::Array[Types::BatchPutProfileObjectRequestItem]
Returns the value of attribute items.
-
#object_type_name ⇒ ::String
Returns the value of attribute object_type_name.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
207 208 209 |
# File 'sig/types.rbs', line 207 def domain_name @domain_name end |
#items ⇒ ::Array[Types::BatchPutProfileObjectRequestItem]
Returns the value of attribute items.
209 210 211 |
# File 'sig/types.rbs', line 209 def items @items end |
#object_type_name ⇒ ::String
Returns the value of attribute object_type_name.
208 209 210 |
# File 'sig/types.rbs', line 208 def object_type_name @object_type_name end |