Class: Aws::Glue::Types::SecurityConfiguration
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::SecurityConfiguration
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Specifies a security configuration.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #created_time_stamp  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The time at which this security configuration was created. 
- 
  
    
      #encryption_configuration  ⇒ Types::EncryptionConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The encryption configuration associated with this security configuration. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the security configuration. 
Instance Attribute Details
#created_time_stamp ⇒ Time
The time at which this security configuration was created.
| 22880 22881 22882 22883 22884 22885 22886 | # File 'lib/aws-sdk-glue/types.rb', line 22880 class SecurityConfiguration < Struct.new( :name, :created_time_stamp, :encryption_configuration) SENSITIVE = [] include Aws::Structure end | 
#encryption_configuration ⇒ Types::EncryptionConfiguration
The encryption configuration associated with this security configuration.
| 22880 22881 22882 22883 22884 22885 22886 | # File 'lib/aws-sdk-glue/types.rb', line 22880 class SecurityConfiguration < Struct.new( :name, :created_time_stamp, :encryption_configuration) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
The name of the security configuration.
| 22880 22881 22882 22883 22884 22885 22886 | # File 'lib/aws-sdk-glue/types.rb', line 22880 class SecurityConfiguration < Struct.new( :name, :created_time_stamp, :encryption_configuration) SENSITIVE = [] include Aws::Structure end |