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.
22790 22791 22792 22793 22794 22795 22796 |
# File 'lib/aws-sdk-glue/types.rb', line 22790 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.
22790 22791 22792 22793 22794 22795 22796 |
# File 'lib/aws-sdk-glue/types.rb', line 22790 class SecurityConfiguration < Struct.new( :name, :created_time_stamp, :encryption_configuration) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the security configuration.
22790 22791 22792 22793 22794 22795 22796 |
# File 'lib/aws-sdk-glue/types.rb', line 22790 class SecurityConfiguration < Struct.new( :name, :created_time_stamp, :encryption_configuration) SENSITIVE = [] include Aws::Structure end |