Class: Aws::Types::GetResourcePoliciesRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetResourcePoliciesRequest
- 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.
-
#principal ⇒ ::String
Returns the value of attribute principal.
-
#resource_arns ⇒ ::Array[::String]
Returns the value of attribute resource_arns.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
213 214 215 |
# File 'sig/types.rbs', line 213 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
212 213 214 |
# File 'sig/types.rbs', line 212 def next_token @next_token end |
#principal ⇒ ::String
Returns the value of attribute principal.
211 212 213 |
# File 'sig/types.rbs', line 211 def principal @principal end |
#resource_arns ⇒ ::Array[::String]
Returns the value of attribute resource_arns.
210 211 212 |
# File 'sig/types.rbs', line 210 def resource_arns @resource_arns end |