Class: Aws::Types::ListObjectChildrenRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListObjectChildrenRequest
- 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.
-
#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.
1153 1154 1155 |
# File 'sig/types.rbs', line 1153 def consistency_level @consistency_level end |
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
1149 1150 1151 |
# File 'sig/types.rbs', line 1149 def directory_arn @directory_arn end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1152 1153 1154 |
# File 'sig/types.rbs', line 1152 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1151 1152 1153 |
# File 'sig/types.rbs', line 1151 def next_token @next_token end |
#object_reference ⇒ Types::ObjectReference
Returns the value of attribute object_reference.
1150 1151 1152 |
# File 'sig/types.rbs', line 1150 def object_reference @object_reference end |