Class: Aws::Glue::Types::GetSecurityConfigurationsResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GetSecurityConfigurationsResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A continuation token, if there are more security configurations to return. 
- 
  
    
      #security_configurations  ⇒ Array<Types::SecurityConfiguration> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of security configurations. 
Instance Attribute Details
#next_token ⇒ String
A continuation token, if there are more security configurations to return.
| 13825 13826 13827 13828 13829 13830 | # File 'lib/aws-sdk-glue/types.rb', line 13825 class GetSecurityConfigurationsResponse < Struct.new( :security_configurations, :next_token) SENSITIVE = [] include Aws::Structure end | 
#security_configurations ⇒ Array<Types::SecurityConfiguration>
A list of security configurations.
| 13825 13826 13827 13828 13829 13830 | # File 'lib/aws-sdk-glue/types.rb', line 13825 class GetSecurityConfigurationsResponse < Struct.new( :security_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |