Class: Aws::Types::GetResourcePoliciesResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetResourcePoliciesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#get_resource_policies_response_list ⇒ ::Array[Types::GluePolicy]
Returns the value of attribute get_resource_policies_response_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#get_resource_policies_response_list ⇒ ::Array[Types::GluePolicy]
Returns the value of attribute get_resource_policies_response_list.
3964 3965 3966 |
# File 'sig/types.rbs', line 3964 def get_resource_policies_response_list @get_resource_policies_response_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3965 3966 3967 |
# File 'sig/types.rbs', line 3965 def next_token @next_token end |