Class: Aws::Types::UpdateDataSecurityConfig
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDataSecurityConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#model_kms_key_id ⇒ ::String
Returns the value of attribute model_kms_key_id.
2042 2043 2044 |
# File 'sig/types.rbs', line 2042 def model_kms_key_id @model_kms_key_id end |
#volume_kms_key_id ⇒ ::String
Returns the value of attribute volume_kms_key_id.
2043 2044 2045 |
# File 'sig/types.rbs', line 2043 def volume_kms_key_id @volume_kms_key_id end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
2044 2045 2046 |
# File 'sig/types.rbs', line 2044 def vpc_config @vpc_config end |