Class: Aws::Types::BatchPutPropertyValuesRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchPutPropertyValuesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entries ⇒ ::Array[Types::PropertyValueEntry]
Returns the value of attribute entries.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#entries ⇒ ::Array[Types::PropertyValueEntry]
Returns the value of attribute entries.
30 31 32 |
# File 'sig/types.rbs', line 30 def entries @entries end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
29 30 31 |
# File 'sig/types.rbs', line 29 def workspace_id @workspace_id end |