Class: Aws::Glue::Types::GetResourcePoliciesResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GetResourcePoliciesResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #get_resource_policies_response_list  ⇒ Array<Types::GluePolicy> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of the individual resource policies and the account-level resource policy. 
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A continuation token, if the returned list does not contain the last resource policy available. 
Instance Attribute Details
#get_resource_policies_response_list ⇒ Array<Types::GluePolicy>
A list of the individual resource policies and the account-level resource policy.
| 13445 13446 13447 13448 13449 13450 | # File 'lib/aws-sdk-glue/types.rb', line 13445 class GetResourcePoliciesResponse < Struct.new( :get_resource_policies_response_list, :next_token) SENSITIVE = [] include Aws::Structure end | 
#next_token ⇒ String
A continuation token, if the returned list does not contain the last resource policy available.
| 13445 13446 13447 13448 13449 13450 | # File 'lib/aws-sdk-glue/types.rb', line 13445 class GetResourcePoliciesResponse < Struct.new( :get_resource_policies_response_list, :next_token) SENSITIVE = [] include Aws::Structure end |