Class: Aws::Types::FieldLevelEncryptionProfileConfig
- Inherits:
-
Object
- Object
- Aws::Types::FieldLevelEncryptionProfileConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#caller_reference ⇒ ::String
Returns the value of attribute caller_reference.
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#encryption_entities ⇒ Types::EncryptionEntities
Returns the value of attribute encryption_entities.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#caller_reference ⇒ ::String
Returns the value of attribute caller_reference.
1366 1367 1368 |
# File 'sig/types.rbs', line 1366 def caller_reference @caller_reference end |
#comment ⇒ ::String
Returns the value of attribute comment.
1367 1368 1369 |
# File 'sig/types.rbs', line 1367 def comment @comment end |
#encryption_entities ⇒ Types::EncryptionEntities
Returns the value of attribute encryption_entities.
1368 1369 1370 |
# File 'sig/types.rbs', line 1368 def encryption_entities @encryption_entities end |
#name ⇒ ::String
Returns the value of attribute name.
1365 1366 1367 |
# File 'sig/types.rbs', line 1365 def name @name end |