Class: Aws::Types::DescribeResourcePoliciesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeResourcePoliciesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#policy_scope ⇒ "ACCOUNT", "RESOURCE"
Returns the value of attribute policy_scope.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#limit ⇒ ::Integer
Returns the value of attribute limit.
735 736 737 |
# File 'sig/types.rbs', line 735 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
734 735 736 |
# File 'sig/types.rbs', line 734 def next_token @next_token end |
#policy_scope ⇒ "ACCOUNT", "RESOURCE"
Returns the value of attribute policy_scope.
737 738 739 |
# File 'sig/types.rbs', line 737 def policy_scope @policy_scope end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
736 737 738 |
# File 'sig/types.rbs', line 736 def resource_arn @resource_arn end |