Class: Aws::Types::ListProjectPoliciesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListProjectPoliciesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#project_policies ⇒ ::Array[Types::ProjectPolicy]
Returns the value of attribute project_policies.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1305 1306 1307 |
# File 'sig/types.rbs', line 1305 def next_token @next_token end |
#project_policies ⇒ ::Array[Types::ProjectPolicy]
Returns the value of attribute project_policies.
1304 1305 1306 |
# File 'sig/types.rbs', line 1304 def project_policies @project_policies end |