Class: Aws::Glue::Types::CreateSecurityConfigurationRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::CreateSecurityConfigurationRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #encryption_configuration  ⇒ Types::EncryptionConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The encryption configuration for the new security configuration. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name for the new security configuration. 
Instance Attribute Details
#encryption_configuration ⇒ Types::EncryptionConfiguration
The encryption configuration for the new security configuration.
| 6710 6711 6712 6713 6714 6715 | # File 'lib/aws-sdk-glue/types.rb', line 6710 class CreateSecurityConfigurationRequest < Struct.new( :name, :encryption_configuration) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
The name for the new security configuration.
| 6710 6711 6712 6713 6714 6715 | # File 'lib/aws-sdk-glue/types.rb', line 6710 class CreateSecurityConfigurationRequest < Struct.new( :name, :encryption_configuration) SENSITIVE = [] include Aws::Structure end |