Class: Aws::Types::BatchWriteOperationResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchWriteOperationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_facet_to_object ⇒ Types::BatchAddFacetToObjectResponse
Returns the value of attribute add_facet_to_object.
-
#attach_object ⇒ Types::BatchAttachObjectResponse
Returns the value of attribute attach_object.
-
#attach_policy ⇒ Types::BatchAttachPolicyResponse
Returns the value of attribute attach_policy.
-
#attach_to_index ⇒ Types::BatchAttachToIndexResponse
Returns the value of attribute attach_to_index.
-
#attach_typed_link ⇒ Types::BatchAttachTypedLinkResponse
Returns the value of attribute attach_typed_link.
-
#create_index ⇒ Types::BatchCreateIndexResponse
Returns the value of attribute create_index.
-
#create_object ⇒ Types::BatchCreateObjectResponse
Returns the value of attribute create_object.
-
#delete_object ⇒ Types::BatchDeleteObjectResponse
Returns the value of attribute delete_object.
-
#detach_from_index ⇒ Types::BatchDetachFromIndexResponse
Returns the value of attribute detach_from_index.
-
#detach_object ⇒ Types::BatchDetachObjectResponse
Returns the value of attribute detach_object.
-
#detach_policy ⇒ Types::BatchDetachPolicyResponse
Returns the value of attribute detach_policy.
-
#detach_typed_link ⇒ Types::BatchDetachTypedLinkResponse
Returns the value of attribute detach_typed_link.
-
#remove_facet_from_object ⇒ Types::BatchRemoveFacetFromObjectResponse
Returns the value of attribute remove_facet_from_object.
-
#update_link_attributes ⇒ Types::BatchUpdateLinkAttributesResponse
Returns the value of attribute update_link_attributes.
-
#update_object_attributes ⇒ Types::BatchUpdateObjectAttributesResponse
Returns the value of attribute update_object_attributes.
Instance Attribute Details
#add_facet_to_object ⇒ Types::BatchAddFacetToObjectResponse
Returns the value of attribute add_facet_to_object.
542 543 544 |
# File 'sig/types.rbs', line 542 def add_facet_to_object @add_facet_to_object end |
#attach_object ⇒ Types::BatchAttachObjectResponse
Returns the value of attribute attach_object.
538 539 540 |
# File 'sig/types.rbs', line 538 def attach_object @attach_object end |
#attach_policy ⇒ Types::BatchAttachPolicyResponse
Returns the value of attribute attach_policy.
544 545 546 |
# File 'sig/types.rbs', line 544 def attach_policy @attach_policy end |
#attach_to_index ⇒ Types::BatchAttachToIndexResponse
Returns the value of attribute attach_to_index.
547 548 549 |
# File 'sig/types.rbs', line 547 def attach_to_index @attach_to_index end |
#attach_typed_link ⇒ Types::BatchAttachTypedLinkResponse
Returns the value of attribute attach_typed_link.
549 550 551 |
# File 'sig/types.rbs', line 549 def attach_typed_link @attach_typed_link end |
#create_index ⇒ Types::BatchCreateIndexResponse
Returns the value of attribute create_index.
546 547 548 |
# File 'sig/types.rbs', line 546 def create_index @create_index end |
#create_object ⇒ Types::BatchCreateObjectResponse
Returns the value of attribute create_object.
537 538 539 |
# File 'sig/types.rbs', line 537 def create_object @create_object end |
#delete_object ⇒ Types::BatchDeleteObjectResponse
Returns the value of attribute delete_object.
541 542 543 |
# File 'sig/types.rbs', line 541 def delete_object @delete_object end |
#detach_from_index ⇒ Types::BatchDetachFromIndexResponse
Returns the value of attribute detach_from_index.
548 549 550 |
# File 'sig/types.rbs', line 548 def detach_from_index @detach_from_index end |
#detach_object ⇒ Types::BatchDetachObjectResponse
Returns the value of attribute detach_object.
539 540 541 |
# File 'sig/types.rbs', line 539 def detach_object @detach_object end |
#detach_policy ⇒ Types::BatchDetachPolicyResponse
Returns the value of attribute detach_policy.
545 546 547 |
# File 'sig/types.rbs', line 545 def detach_policy @detach_policy end |
#detach_typed_link ⇒ Types::BatchDetachTypedLinkResponse
Returns the value of attribute detach_typed_link.
550 551 552 |
# File 'sig/types.rbs', line 550 def detach_typed_link @detach_typed_link end |
#remove_facet_from_object ⇒ Types::BatchRemoveFacetFromObjectResponse
Returns the value of attribute remove_facet_from_object.
543 544 545 |
# File 'sig/types.rbs', line 543 def remove_facet_from_object @remove_facet_from_object end |
#update_link_attributes ⇒ Types::BatchUpdateLinkAttributesResponse
Returns the value of attribute update_link_attributes.
551 552 553 |
# File 'sig/types.rbs', line 551 def update_link_attributes @update_link_attributes end |
#update_object_attributes ⇒ Types::BatchUpdateObjectAttributesResponse
Returns the value of attribute update_object_attributes.
540 541 542 |
# File 'sig/types.rbs', line 540 def update_object_attributes @update_object_attributes end |