Class: Aws::Types::ListObjectPoliciesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListObjectPoliciesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attached_policy_ids ⇒ ::Array[::String]
Returns the value of attribute attached_policy_ids.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#attached_policy_ids ⇒ ::Array[::String]
Returns the value of attribute attached_policy_ids.
1204 1205 1206 |
# File 'sig/types.rbs', line 1204 def attached_policy_ids @attached_policy_ids end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1205 1206 1207 |
# File 'sig/types.rbs', line 1205 def next_token @next_token end |