Class: Aws::Types::DataSecurityConfig
- Inherits:
-
Object
- Object
- Aws::Types::DataSecurityConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_lake_kms_key_id ⇒ ::String
Returns the value of attribute data_lake_kms_key_id.
-
#model_kms_key_id ⇒ ::String
Returns the value of attribute model_kms_key_id.
-
#volume_kms_key_id ⇒ ::String
Returns the value of attribute volume_kms_key_id.
-
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
Instance Attribute Details
#data_lake_kms_key_id ⇒ ::String
Returns the value of attribute data_lake_kms_key_id.
325 326 327 |
# File 'sig/types.rbs', line 325 def data_lake_kms_key_id @data_lake_kms_key_id end |
#model_kms_key_id ⇒ ::String
Returns the value of attribute model_kms_key_id.
323 324 325 |
# File 'sig/types.rbs', line 323 def model_kms_key_id @model_kms_key_id end |
#volume_kms_key_id ⇒ ::String
Returns the value of attribute volume_kms_key_id.
324 325 326 |
# File 'sig/types.rbs', line 324 def volume_kms_key_id @volume_kms_key_id end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
326 327 328 |
# File 'sig/types.rbs', line 326 def vpc_config @vpc_config end |