Class: Aws::Types::ListProjectPoliciesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListProjectPoliciesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#project_arn ⇒ ::String
Returns the value of attribute project_arn.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1299 1300 1301 |
# File 'sig/types.rbs', line 1299 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1298 1299 1300 |
# File 'sig/types.rbs', line 1298 def next_token @next_token end |
#project_arn ⇒ ::String
Returns the value of attribute project_arn.
1297 1298 1299 |
# File 'sig/types.rbs', line 1297 def project_arn @project_arn end |