Class: Aws::Types::BatchPutPropertyValuesRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#entries::Array[Types::PropertyValueEntry]

Returns the value of attribute entries.

Returns:



30
31
32
# File 'sig/types.rbs', line 30

def entries
  @entries
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


29
30
31
# File 'sig/types.rbs', line 29

def workspace_id
  @workspace_id
end