Class: Aws::Types::FieldLevelEncryptionProfileSummary
- Inherits:
-
Object
- Object
- Aws::Types::FieldLevelEncryptionProfileSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#encryption_entities ⇒ Types::EncryptionEntities
Returns the value of attribute encryption_entities.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#comment ⇒ ::String
Returns the value of attribute comment.
1395 1396 1397 |
# File 'sig/types.rbs', line 1395 def comment @comment end |
#encryption_entities ⇒ Types::EncryptionEntities
Returns the value of attribute encryption_entities.
1394 1395 1396 |
# File 'sig/types.rbs', line 1394 def encryption_entities @encryption_entities end |
#id ⇒ ::String
Returns the value of attribute id.
1391 1392 1393 |
# File 'sig/types.rbs', line 1391 def id @id end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
1392 1393 1394 |
# File 'sig/types.rbs', line 1392 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
1393 1394 1395 |
# File 'sig/types.rbs', line 1393 def name @name end |