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.
3983 3984 3985 |
# File 'sig/types.rbs', line 3983 def get_resource_policies_response_list @get_resource_policies_response_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3984 3985 3986 |
# File 'sig/types.rbs', line 3984 def next_token @next_token end |