Class: Aws::Glue::Types::SecurityConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::SecurityConfiguration
- Defined in:
- gems/aws-sdk-glue/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.
22808 22809 22810 22811 22812 22813 22814 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 22808 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.
22808 22809 22810 22811 22812 22813 22814 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 22808 class SecurityConfiguration < Struct.new( :name, :created_time_stamp, :encryption_configuration) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the security configuration.
22808 22809 22810 22811 22812 22813 22814 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 22808 class SecurityConfiguration < Struct.new( :name, :created_time_stamp, :encryption_configuration) SENSITIVE = [] include Aws::Structure end |