Class: Aws::Types::ListObjectPoliciesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListObjectPoliciesRequest
- 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.
1199 1200 1201 |
# File 'sig/types.rbs', line 1199 def consistency_level @consistency_level end |
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
1195 1196 1197 |
# File 'sig/types.rbs', line 1195 def directory_arn @directory_arn end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1198 1199 1200 |
# File 'sig/types.rbs', line 1198 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1197 1198 1199 |
# File 'sig/types.rbs', line 1197 def next_token @next_token end |
#object_reference ⇒ Types::ObjectReference
Returns the value of attribute object_reference.
1196 1197 1198 |
# File 'sig/types.rbs', line 1196 def object_reference @object_reference end |