Class: Aws::Types::UpdateFieldLevelEncryptionProfileRequest

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_profile_configTypes::FieldLevelEncryptionProfileConfig

Returns the value of attribute field_level_encryption_profile_config.



4032
4033
4034
# File 'sig/types.rbs', line 4032

def field_level_encryption_profile_config
  @field_level_encryption_profile_config
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


4033
4034
4035
# File 'sig/types.rbs', line 4033

def id
  @id
end

#if_match::String

Returns the value of attribute if_match.

Returns:

  • (::String)


4034
4035
4036
# File 'sig/types.rbs', line 4034

def if_match
  @if_match
end