Class: Aws::Types::GetRecommendedPolicyV2Request
- Inherits:
-
Object
- Object
- Aws::Types::GetRecommendedPolicyV2Request
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#metadata_uid ⇒ ::String
Returns the value of attribute metadata_uid.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
6119 6120 6121 |
# File 'sig/types.rbs', line 6119 def max_results @max_results end |
#metadata_uid ⇒ ::String
Returns the value of attribute metadata_uid.
6117 6118 6119 |
# File 'sig/types.rbs', line 6117 def @metadata_uid end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6118 6119 6120 |
# File 'sig/types.rbs', line 6118 def next_token @next_token end |