Class: Aws::Glue::Types::CreateSecurityConfigurationResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::CreateSecurityConfigurationResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #created_timestamp  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The time at which the new security configuration was created. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name assigned to the new security configuration. 
Instance Attribute Details
#created_timestamp ⇒ Time
The time at which the new security configuration was created.
| 6727 6728 6729 6730 6731 6732 | # File 'lib/aws-sdk-glue/types.rb', line 6727 class CreateSecurityConfigurationResponse < Struct.new( :name, :created_timestamp) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
The name assigned to the new security configuration.
| 6727 6728 6729 6730 6731 6732 | # File 'lib/aws-sdk-glue/types.rb', line 6727 class CreateSecurityConfigurationResponse < Struct.new( :name, :created_timestamp) SENSITIVE = [] include Aws::Structure end |