Class: Aws::Types::ListObjectParentsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListObjectParentsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#consistency_level ⇒ "SERIALIZABLE", "EVENTUAL"
Returns the value of attribute consistency_level.
-
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
-
#include_all_links_to_each_parent ⇒ Boolean
Returns the value of attribute include_all_links_to_each_parent.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#object_reference ⇒ Types::ObjectReference
Returns the value of attribute object_reference.
Instance Attribute Details
#consistency_level ⇒ "SERIALIZABLE", "EVENTUAL"
Returns the value of attribute consistency_level.
1182 1183 1184 |
# File 'sig/types.rbs', line 1182 def consistency_level @consistency_level end |
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
1178 1179 1180 |
# File 'sig/types.rbs', line 1178 def directory_arn @directory_arn end |
#include_all_links_to_each_parent ⇒ Boolean
Returns the value of attribute include_all_links_to_each_parent.
1183 1184 1185 |
# File 'sig/types.rbs', line 1183 def include_all_links_to_each_parent @include_all_links_to_each_parent end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1181 1182 1183 |
# File 'sig/types.rbs', line 1181 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1180 1181 1182 |
# File 'sig/types.rbs', line 1180 def next_token @next_token end |
#object_reference ⇒ Types::ObjectReference
Returns the value of attribute object_reference.
1179 1180 1181 |
# File 'sig/types.rbs', line 1179 def object_reference @object_reference end |