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.
20532 20533 20534 20535 20536 20537 20538 |
# File 'lib/aws-sdk-glue/types.rb', line 20532 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.
20532 20533 20534 20535 20536 20537 20538 |
# File 'lib/aws-sdk-glue/types.rb', line 20532 class SecurityConfiguration < Struct.new( :name, :created_time_stamp, :encryption_configuration) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the security configuration.
20532 20533 20534 20535 20536 20537 20538 |
# File 'lib/aws-sdk-glue/types.rb', line 20532 class SecurityConfiguration < Struct.new( :name, :created_time_stamp, :encryption_configuration) SENSITIVE = [] include Aws::Structure end |