Class: Aws::Types::CreateFieldLevelEncryptionConfigResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateFieldLevelEncryptionConfigResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#field_level_encryption ⇒ Types::FieldLevelEncryption
Returns the value of attribute field_level_encryption.
-
#location ⇒ ::String
Returns the value of attribute location.
Instance Attribute Details
#etag ⇒ ::String
Returns the value of attribute etag.
613 614 615 |
# File 'sig/types.rbs', line 613 def etag @etag end |
#field_level_encryption ⇒ Types::FieldLevelEncryption
Returns the value of attribute field_level_encryption.
611 612 613 |
# File 'sig/types.rbs', line 611 def field_level_encryption @field_level_encryption end |
#location ⇒ ::String
Returns the value of attribute location.
612 613 614 |
# File 'sig/types.rbs', line 612 def location @location end |