Class: Aws::Types::EncryptionEntity
- Inherits:
-
Object
- Object
- Aws::Types::EncryptionEntity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_patterns ⇒ Types::FieldPatterns
Returns the value of attribute field_patterns.
-
#provider_id ⇒ ::String
Returns the value of attribute provider_id.
-
#public_key_id ⇒ ::String
Returns the value of attribute public_key_id.
Instance Attribute Details
#field_patterns ⇒ Types::FieldPatterns
Returns the value of attribute field_patterns.
1289 1290 1291 |
# File 'sig/types.rbs', line 1289 def field_patterns @field_patterns end |
#provider_id ⇒ ::String
Returns the value of attribute provider_id.
1288 1289 1290 |
# File 'sig/types.rbs', line 1288 def provider_id @provider_id end |
#public_key_id ⇒ ::String
Returns the value of attribute public_key_id.
1287 1288 1289 |
# File 'sig/types.rbs', line 1287 def public_key_id @public_key_id end |