Class: Aws::Types::BatchWriteOperation
- Inherits:
-
Object
- Object
- Aws::Types::BatchWriteOperation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_facet_to_object ⇒ Types::BatchAddFacetToObject
Returns the value of attribute add_facet_to_object.
-
#attach_object ⇒ Types::BatchAttachObject
Returns the value of attribute attach_object.
-
#attach_policy ⇒ Types::BatchAttachPolicy
Returns the value of attribute attach_policy.
-
#attach_to_index ⇒ Types::BatchAttachToIndex
Returns the value of attribute attach_to_index.
-
#attach_typed_link ⇒ Types::BatchAttachTypedLink
Returns the value of attribute attach_typed_link.
-
#create_index ⇒ Types::BatchCreateIndex
Returns the value of attribute create_index.
-
#create_object ⇒ Types::BatchCreateObject
Returns the value of attribute create_object.
-
#delete_object ⇒ Types::BatchDeleteObject
Returns the value of attribute delete_object.
-
#detach_from_index ⇒ Types::BatchDetachFromIndex
Returns the value of attribute detach_from_index.
-
#detach_object ⇒ Types::BatchDetachObject
Returns the value of attribute detach_object.
-
#detach_policy ⇒ Types::BatchDetachPolicy
Returns the value of attribute detach_policy.
-
#detach_typed_link ⇒ Types::BatchDetachTypedLink
Returns the value of attribute detach_typed_link.
-
#remove_facet_from_object ⇒ Types::BatchRemoveFacetFromObject
Returns the value of attribute remove_facet_from_object.
-
#update_link_attributes ⇒ Types::BatchUpdateLinkAttributes
Returns the value of attribute update_link_attributes.
-
#update_object_attributes ⇒ Types::BatchUpdateObjectAttributes
Returns the value of attribute update_object_attributes.
Instance Attribute Details
#add_facet_to_object ⇒ Types::BatchAddFacetToObject
Returns the value of attribute add_facet_to_object.
523 524 525 |
# File 'sig/types.rbs', line 523 def add_facet_to_object @add_facet_to_object end |
#attach_object ⇒ Types::BatchAttachObject
Returns the value of attribute attach_object.
519 520 521 |
# File 'sig/types.rbs', line 519 def attach_object @attach_object end |
#attach_policy ⇒ Types::BatchAttachPolicy
Returns the value of attribute attach_policy.
525 526 527 |
# File 'sig/types.rbs', line 525 def attach_policy @attach_policy end |
#attach_to_index ⇒ Types::BatchAttachToIndex
Returns the value of attribute attach_to_index.
528 529 530 |
# File 'sig/types.rbs', line 528 def attach_to_index @attach_to_index end |
#attach_typed_link ⇒ Types::BatchAttachTypedLink
Returns the value of attribute attach_typed_link.
530 531 532 |
# File 'sig/types.rbs', line 530 def attach_typed_link @attach_typed_link end |
#create_index ⇒ Types::BatchCreateIndex
Returns the value of attribute create_index.
527 528 529 |
# File 'sig/types.rbs', line 527 def create_index @create_index end |
#create_object ⇒ Types::BatchCreateObject
Returns the value of attribute create_object.
518 519 520 |
# File 'sig/types.rbs', line 518 def create_object @create_object end |
#delete_object ⇒ Types::BatchDeleteObject
Returns the value of attribute delete_object.
522 523 524 |
# File 'sig/types.rbs', line 522 def delete_object @delete_object end |
#detach_from_index ⇒ Types::BatchDetachFromIndex
Returns the value of attribute detach_from_index.
529 530 531 |
# File 'sig/types.rbs', line 529 def detach_from_index @detach_from_index end |
#detach_object ⇒ Types::BatchDetachObject
Returns the value of attribute detach_object.
520 521 522 |
# File 'sig/types.rbs', line 520 def detach_object @detach_object end |
#detach_policy ⇒ Types::BatchDetachPolicy
Returns the value of attribute detach_policy.
526 527 528 |
# File 'sig/types.rbs', line 526 def detach_policy @detach_policy end |
#detach_typed_link ⇒ Types::BatchDetachTypedLink
Returns the value of attribute detach_typed_link.
531 532 533 |
# File 'sig/types.rbs', line 531 def detach_typed_link @detach_typed_link end |
#remove_facet_from_object ⇒ Types::BatchRemoveFacetFromObject
Returns the value of attribute remove_facet_from_object.
524 525 526 |
# File 'sig/types.rbs', line 524 def remove_facet_from_object @remove_facet_from_object end |
#update_link_attributes ⇒ Types::BatchUpdateLinkAttributes
Returns the value of attribute update_link_attributes.
532 533 534 |
# File 'sig/types.rbs', line 532 def update_link_attributes @update_link_attributes end |
#update_object_attributes ⇒ Types::BatchUpdateObjectAttributes
Returns the value of attribute update_object_attributes.
521 522 523 |
# File 'sig/types.rbs', line 521 def update_object_attributes @update_object_attributes end |