Class: Aws::Types::FieldLevelEncryptionConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#caller_reference::String

Returns the value of attribute caller_reference.

Returns:

  • (::String)


1327
1328
1329
# File 'sig/types.rbs', line 1327

def caller_reference
  @caller_reference
end

#comment::String

Returns the value of attribute comment.

Returns:

  • (::String)


1328
1329
1330
# File 'sig/types.rbs', line 1328

def comment
  @comment
end

#content_type_profile_configTypes::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_configTypes::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