Class: Aws::Types::BatchReadSuccessfulResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchReadSuccessfulResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#get_link_attributes ⇒ Types::BatchGetLinkAttributesResponse
Returns the value of attribute get_link_attributes.
-
#get_object_attributes ⇒ Types::BatchGetObjectAttributesResponse
Returns the value of attribute get_object_attributes.
-
#get_object_information ⇒ Types::BatchGetObjectInformationResponse
Returns the value of attribute get_object_information.
-
#list_attached_indices ⇒ Types::BatchListAttachedIndicesResponse
Returns the value of attribute list_attached_indices.
-
#list_incoming_typed_links ⇒ Types::BatchListIncomingTypedLinksResponse
Returns the value of attribute list_incoming_typed_links.
-
#list_index ⇒ Types::BatchListIndexResponse
Returns the value of attribute list_index.
-
#list_object_attributes ⇒ Types::BatchListObjectAttributesResponse
Returns the value of attribute list_object_attributes.
-
#list_object_children ⇒ Types::BatchListObjectChildrenResponse
Returns the value of attribute list_object_children.
-
#list_object_parent_paths ⇒ Types::BatchListObjectParentPathsResponse
Returns the value of attribute list_object_parent_paths.
-
#list_object_parents ⇒ Types::BatchListObjectParentsResponse
Returns the value of attribute list_object_parents.
-
#list_object_policies ⇒ Types::BatchListObjectPoliciesResponse
Returns the value of attribute list_object_policies.
-
#list_outgoing_typed_links ⇒ Types::BatchListOutgoingTypedLinksResponse
Returns the value of attribute list_outgoing_typed_links.
-
#list_policy_attachments ⇒ Types::BatchListPolicyAttachmentsResponse
Returns the value of attribute list_policy_attachments.
-
#lookup_policy ⇒ Types::BatchLookupPolicyResponse
Returns the value of attribute lookup_policy.
Instance Attribute Details
#get_link_attributes ⇒ Types::BatchGetLinkAttributesResponse
Returns the value of attribute get_link_attributes.
476 477 478 |
# File 'sig/types.rbs', line 476 def get_link_attributes @get_link_attributes end |
#get_object_attributes ⇒ Types::BatchGetObjectAttributesResponse
Returns the value of attribute get_object_attributes.
467 468 469 |
# File 'sig/types.rbs', line 467 def get_object_attributes @get_object_attributes end |
#get_object_information ⇒ Types::BatchGetObjectInformationResponse
Returns the value of attribute get_object_information.
466 467 468 |
# File 'sig/types.rbs', line 466 def get_object_information @get_object_information end |
#list_attached_indices ⇒ Types::BatchListAttachedIndicesResponse
Returns the value of attribute list_attached_indices.
468 469 470 |
# File 'sig/types.rbs', line 468 def list_attached_indices @list_attached_indices end |
#list_incoming_typed_links ⇒ Types::BatchListIncomingTypedLinksResponse
Returns the value of attribute list_incoming_typed_links.
475 476 477 |
# File 'sig/types.rbs', line 475 def list_incoming_typed_links @list_incoming_typed_links end |
#list_index ⇒ Types::BatchListIndexResponse
Returns the value of attribute list_index.
473 474 475 |
# File 'sig/types.rbs', line 473 def list_index @list_index end |
#list_object_attributes ⇒ Types::BatchListObjectAttributesResponse
Returns the value of attribute list_object_attributes.
464 465 466 |
# File 'sig/types.rbs', line 464 def list_object_attributes @list_object_attributes end |
#list_object_children ⇒ Types::BatchListObjectChildrenResponse
Returns the value of attribute list_object_children.
465 466 467 |
# File 'sig/types.rbs', line 465 def list_object_children @list_object_children end |
#list_object_parent_paths ⇒ Types::BatchListObjectParentPathsResponse
Returns the value of attribute list_object_parent_paths.
469 470 471 |
# File 'sig/types.rbs', line 469 def list_object_parent_paths @list_object_parent_paths end |
#list_object_parents ⇒ Types::BatchListObjectParentsResponse
Returns the value of attribute list_object_parents.
477 478 479 |
# File 'sig/types.rbs', line 477 def list_object_parents @list_object_parents end |
#list_object_policies ⇒ Types::BatchListObjectPoliciesResponse
Returns the value of attribute list_object_policies.
470 471 472 |
# File 'sig/types.rbs', line 470 def list_object_policies @list_object_policies end |
#list_outgoing_typed_links ⇒ Types::BatchListOutgoingTypedLinksResponse
Returns the value of attribute list_outgoing_typed_links.
474 475 476 |
# File 'sig/types.rbs', line 474 def list_outgoing_typed_links @list_outgoing_typed_links end |
#list_policy_attachments ⇒ Types::BatchListPolicyAttachmentsResponse
Returns the value of attribute list_policy_attachments.
471 472 473 |
# File 'sig/types.rbs', line 471 def @list_policy_attachments end |
#lookup_policy ⇒ Types::BatchLookupPolicyResponse
Returns the value of attribute lookup_policy.
472 473 474 |
# File 'sig/types.rbs', line 472 def lookup_policy @lookup_policy end |