Class: Aws::Types::CreateFieldLevelEncryptionProfileResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateFieldLevelEncryptionProfileResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#field_level_encryption_profile ⇒ Types::FieldLevelEncryptionProfile
Returns the value of attribute field_level_encryption_profile.
-
#location ⇒ ::String
Returns the value of attribute location.
Instance Attribute Details
#etag ⇒ ::String
Returns the value of attribute etag.
625 626 627 |
# File 'sig/types.rbs', line 625 def etag @etag end |
#field_level_encryption_profile ⇒ Types::FieldLevelEncryptionProfile
Returns the value of attribute field_level_encryption_profile.
623 624 625 |
# File 'sig/types.rbs', line 623 def field_level_encryption_profile @field_level_encryption_profile end |
#location ⇒ ::String
Returns the value of attribute location.
624 625 626 |
# File 'sig/types.rbs', line 624 def location @location end |