Class: Aws::Types::UpdateFieldLevelEncryptionConfigRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#field_level_encryption_configTypes::FieldLevelEncryptionConfig

Returns the value of attribute field_level_encryption_config.



4019
4020
4021
# File 'sig/types.rbs', line 4019

def field_level_encryption_config
  @field_level_encryption_config
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


4020
4021
4022
# File 'sig/types.rbs', line 4020

def id
  @id
end

#if_match::String

Returns the value of attribute if_match.

Returns:

  • (::String)


4021
4022
4023
# File 'sig/types.rbs', line 4021

def if_match
  @if_match
end