Class: Aws::Types::ListObjectAttributesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListObjectAttributesRequest
- 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.
-
#facet_filter ⇒ Types::SchemaFacet
Returns the value of attribute facet_filter.
-
#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.
1137 1138 1139 |
# File 'sig/types.rbs', line 1137 def consistency_level @consistency_level end |
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
1133 1134 1135 |
# File 'sig/types.rbs', line 1133 def directory_arn @directory_arn end |
#facet_filter ⇒ Types::SchemaFacet
Returns the value of attribute facet_filter.
1138 1139 1140 |
# File 'sig/types.rbs', line 1138 def facet_filter @facet_filter end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1136 1137 1138 |
# File 'sig/types.rbs', line 1136 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1135 1136 1137 |
# File 'sig/types.rbs', line 1135 def next_token @next_token end |
#object_reference ⇒ Types::ObjectReference
Returns the value of attribute object_reference.
1134 1135 1136 |
# File 'sig/types.rbs', line 1134 def object_reference @object_reference end |