Class: Aws::Types::FieldLevelEncryptionConfig
- Inherits:
-
Object
- Object
- Aws::Types::FieldLevelEncryptionConfig
- 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.
-
#content_type_profile_config ⇒ Types::ContentTypeProfileConfig
Returns the value of attribute content_type_profile_config.
-
#query_arg_profile_config ⇒ Types::QueryArgProfileConfig
Returns the value of attribute query_arg_profile_config.
Instance Attribute Details
#caller_reference ⇒ ::String
Returns the value of attribute caller_reference.
1327 1328 1329 |
# File 'sig/types.rbs', line 1327 def caller_reference @caller_reference end |
#comment ⇒ ::String
Returns the value of attribute comment.
1328 1329 1330 |
# File 'sig/types.rbs', line 1328 def comment @comment end |
#content_type_profile_config ⇒ Types::ContentTypeProfileConfig
Returns the value of attribute content_type_profile_config.
1330 1331 1332 |
# File 'sig/types.rbs', line 1330 def content_type_profile_config @content_type_profile_config end |
#query_arg_profile_config ⇒ Types::QueryArgProfileConfig
Returns the value of attribute query_arg_profile_config.
1329 1330 1331 |
# File 'sig/types.rbs', line 1329 def query_arg_profile_config @query_arg_profile_config end |